public enum HostPatchManagerReason extends Enum<HostPatchManagerReason>
| Enum Constant and Description |
|---|
conflictLib |
conflictPatch |
hasDependentPatch |
missingLib |
missingPatch |
obsoleted |
| Modifier and Type | Method and Description |
|---|---|
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 missingPatch
public static final HostPatchManagerReason missingLib
public static final HostPatchManagerReason hasDependentPatch
public static final HostPatchManagerReason conflictPatch
public static final HostPatchManagerReason conflictLib
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 nullCopyright © 2011-2012. All Rights Reserved.