public class ActionType extends Object
Modifier and Type | Field and Description |
---|---|
static ActionType |
CANCEL
The action type for CANCEL
|
static ActionType |
EXECUTE
The action type for EXECUTE
|
static ActionType |
STOP
The action type for STOP
|
Modifier | Constructor and Description |
---|---|
protected |
ActionType(int value)
Create a new ActionType
|
Modifier and Type | Method and Description |
---|---|
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() |
public static final ActionType EXECUTE
public static final ActionType CANCEL
public static final ActionType STOP
protected ActionType(int value)
value
- the valuepublic int getValue()
protected String[] getStringTable()
protected ActionType[] getEnumValueTable()
public static ActionType getActionType(int type)
type
- the typeprotected int getOffset()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.