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