public static enum SnapshotCompareItem.SnapshotCompareType extends java.lang.Enum<SnapshotCompareItem.SnapshotCompareType>
| Enum Constant and Description |
|---|
ENVIRONMENT |
SNAPSHOT |
STAGE_EXEC |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCompareItem.SnapshotCompareType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotCompareItem.SnapshotCompareType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotCompareItem.SnapshotCompareType SNAPSHOT
public static final SnapshotCompareItem.SnapshotCompareType ENVIRONMENT
public static final SnapshotCompareItem.SnapshotCompareType STAGE_EXEC
public static SnapshotCompareItem.SnapshotCompareType[] values()
for (SnapshotCompareItem.SnapshotCompareType c : SnapshotCompareItem.SnapshotCompareType.values()) System.out.println(c);
public static SnapshotCompareItem.SnapshotCompareType 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 null