public class CommandType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CommandType |
DISTRIBUTE
The DeploymentManger action operation being processed
is distribute.
|
static CommandType |
REDEPLOY
The DeploymentManger action operation being processed is redeploy.
|
static CommandType |
START
The DeploymentManger action operation being processed is start.
|
static CommandType |
STOP
The DeploymentManger action operation being processed is stop.
|
static CommandType |
UNDEPLOY
The DeploymentManger action operation being processed is undeploy.
|
Modifier | Constructor and Description |
---|---|
protected |
CommandType(int value)
Construct a new enumeration value with the given integer value.
|
Modifier and Type | Method and Description |
---|---|
static CommandType |
getCommandType(int value)
Return an object of the specified value.
|
protected CommandType[] |
getEnumValueTable()
Returns the enumeration value table for class CommandType.
|
protected int |
getOffset()
Returns the lowest integer value used by this enumeration value's
enumeration class.
|
protected java.lang.String[] |
getStringTable()
Returns the string table for class CommandType.
|
int |
getValue()
Returns this enumeration value's integer value.
|
java.lang.String |
toString()
Return the string name of this CommandType or the
integer value if outside the bounds of the table
|
public static final CommandType DISTRIBUTE
public static final CommandType START
public static final CommandType STOP
public static final CommandType UNDEPLOY
public static final CommandType REDEPLOY
protected CommandType(int value)
value
- Integer value.public int getValue()
protected java.lang.String[] getStringTable()
protected CommandType[] getEnumValueTable()
public static CommandType getCommandType(int value)
value
- a designator for the object.public java.lang.String toString()
toString
in class java.lang.Object
protected int getOffset()
The default implementation returns 0.