public class CommandType extends 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 String[] |
getStringTable()
Returns the string table for class CommandType
|
int |
getValue()
Returns this enumeration value's integer value.
|
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 String[] getStringTable()
protected CommandType[] getEnumValueTable()
public static CommandType getCommandType(int value)
value
- a designator for the object.public String toString()
protected int getOffset()
The default implementation returns 0.
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.