public static enum UpdatableScript.ChangeStatus extends java.lang.Enum<UpdatableScript.ChangeStatus>
Enum Constant and Description |
---|
CODE_PATCHED |
DAMAGED |
NESTED_CHANGED |
UNCHANGED |
Modifier and Type | Method and Description |
---|---|
static UpdatableScript.ChangeStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdatableScript.ChangeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdatableScript.ChangeStatus UNCHANGED
public static final UpdatableScript.ChangeStatus NESTED_CHANGED
public static final UpdatableScript.ChangeStatus CODE_PATCHED
public static final UpdatableScript.ChangeStatus DAMAGED
public static UpdatableScript.ChangeStatus[] values()
for (UpdatableScript.ChangeStatus c : UpdatableScript.ChangeStatus.values()) System.out.println(c);
public static UpdatableScript.ChangeStatus 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 nullCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.