public enum HostPatchManagerReason extends Enum<HostPatchManagerReason>
Java class for HostPatchManagerReason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostPatchManagerReason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="obsoleted"/>
<enumeration value="missingPatch"/>
<enumeration value="missingLib"/>
<enumeration value="hasDependentPatch"/>
<enumeration value="conflictPatch"/>
<enumeration value="conflictLib"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CONFLICT_LIB |
CONFLICT_PATCH |
HAS_DEPENDENT_PATCH |
MISSING_LIB |
MISSING_PATCH |
OBSOLETED |
| Modifier and Type | Method and Description |
|---|---|
static HostPatchManagerReason |
fromValue(String v) |
String |
value() |
static HostPatchManagerReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostPatchManagerReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostPatchManagerReason OBSOLETED
public static final HostPatchManagerReason MISSING_PATCH
public static final HostPatchManagerReason MISSING_LIB
public static final HostPatchManagerReason HAS_DEPENDENT_PATCH
public static final HostPatchManagerReason CONFLICT_PATCH
public static final HostPatchManagerReason CONFLICT_LIB
public static HostPatchManagerReason[] values()
for (HostPatchManagerReason c : HostPatchManagerReason.values()) System.out.println(c);
public static HostPatchManagerReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static HostPatchManagerReason fromValue(String v)
Copyright © 2018. All rights reserved.