|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.enterprise.deploy.shared.ActionType
An enumeration of deployment status action types.
Field Summary | |
static ActionType |
CANCEL
The action type for CANCEL |
static ActionType |
EXECUTE
The action type for EXECUTE |
static ActionType |
STOP
The action type for STOP |
Constructor Summary | |
protected |
ActionType(int value)
Create a new ActionType |
Method Summary | |
static ActionType |
getActionType(int type)
Get the action type for an integer |
protected ActionType[] |
getEnumValueTable()
Get the enumerated values for module type |
protected int |
getOffset()
Return the offset of the first element |
protected String[] |
getStringTable()
Get the string table for class action type [todo] check this? |
int |
getValue()
Get the value |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ActionType EXECUTE
public static final ActionType CANCEL
public static final ActionType STOP
Constructor Detail |
protected ActionType(int value)
value
- the valueMethod Detail |
public int getValue()
protected String[] getStringTable()
protected ActionType[] getEnumValueTable()
public static ActionType getActionType(int type)
type
- the type
public String toString()
protected int getOffset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |