public static enum DeployedItestChangeSet.TestAction extends java.lang.Enum<DeployedItestChangeSet.TestAction>
| Enum Constant and Description |
|---|
CREATE |
DESTROY |
MODIFY |
NOOP |
VERIFYABSENCE |
VERIFYCREATE |
VERIFYDESTROY |
VERIFYMODIFY |
| Modifier and Type | Method and Description |
|---|---|
static DeployedItestChangeSet.TestAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeployedItestChangeSet.TestAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeployedItestChangeSet.TestAction VERIFYABSENCE
public static final DeployedItestChangeSet.TestAction CREATE
public static final DeployedItestChangeSet.TestAction VERIFYCREATE
public static final DeployedItestChangeSet.TestAction MODIFY
public static final DeployedItestChangeSet.TestAction VERIFYMODIFY
public static final DeployedItestChangeSet.TestAction DESTROY
public static final DeployedItestChangeSet.TestAction VERIFYDESTROY
public static final DeployedItestChangeSet.TestAction NOOP
public static DeployedItestChangeSet.TestAction[] values()
for (DeployedItestChangeSet.TestAction c : DeployedItestChangeSet.TestAction.values()) System.out.println(c);
public static DeployedItestChangeSet.TestAction 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