public static enum ContextualPatch.PatchStatus extends java.lang.Enum<ContextualPatch.PatchStatus>
| Enum Constant and Description |
|---|
Failure |
Fuzzed |
Missing |
Patched |
Skipped |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccess() |
static ContextualPatch.PatchStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextualPatch.PatchStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextualPatch.PatchStatus Patched
public static final ContextualPatch.PatchStatus Missing
public static final ContextualPatch.PatchStatus Failure
public static final ContextualPatch.PatchStatus Skipped
public static final ContextualPatch.PatchStatus Fuzzed
public static ContextualPatch.PatchStatus[] values()
for (ContextualPatch.PatchStatus c : ContextualPatch.PatchStatus.values()) System.out.println(c);
public static ContextualPatch.PatchStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isSuccess()