PatchInstallationState Class

public final class PatchInstallationState
extends ExpandableStringEnum<PatchInstallationState>

The state of the patch after the installation operation completed.

Field Summary

Modifier and Type Field and Description
static final PatchInstallationState EXCLUDED

Static value Excluded for PatchInstallationState.

static final PatchInstallationState FAILED

Static value Failed for PatchInstallationState.

static final PatchInstallationState INSTALLED

Static value Installed for PatchInstallationState.

static final PatchInstallationState NOT_SELECTED

Static value NotSelected for PatchInstallationState.

static final PatchInstallationState PENDING

Static value Pending for PatchInstallationState.

static final PatchInstallationState UNKNOWN

Static value Unknown for PatchInstallationState.

Constructor Summary

Constructor Description
PatchInstallationState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PatchInstallationState value.

Method Summary

Modifier and Type Method and Description
static PatchInstallationState fromString(String name)

Creates or finds a PatchInstallationState from its string representation.

static Collection<PatchInstallationState> values()

Gets known PatchInstallationState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EXCLUDED

public static final PatchInstallationState EXCLUDED

Static value Excluded for PatchInstallationState.

FAILED

public static final PatchInstallationState FAILED

Static value Failed for PatchInstallationState.

INSTALLED

public static final PatchInstallationState INSTALLED

Static value Installed for PatchInstallationState.

NOT_SELECTED

public static final PatchInstallationState NOT_SELECTED

Static value NotSelected for PatchInstallationState.

PENDING

public static final PatchInstallationState PENDING

Static value Pending for PatchInstallationState.

UNKNOWN

public static final PatchInstallationState UNKNOWN

Static value Unknown for PatchInstallationState.

Constructor Details

PatchInstallationState

@Deprecated
public PatchInstallationState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PatchInstallationState value.

Method Details

fromString

public static PatchInstallationState fromString(String name)

Creates or finds a PatchInstallationState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PatchInstallationState.

values

public static Collection values()

Gets known PatchInstallationState values.

Returns:

known PatchInstallationState values.

Applies to