|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.CommandType
Field Summary | |
static CommandType |
EXECUTE
The instance of the execute type |
static int |
EXECUTE_TYPE
The execute type |
static CommandType |
LOAD
The instance of the load type |
static int |
LOAD_TYPE
The load type |
static CommandType |
SHELLEXECUTE
The instance of the shellexecute type |
static int |
SHELLEXECUTE_TYPE
The shellexecute type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of CommandType |
int |
getType()
Returns the type of this CommandType |
java.lang.String |
toString()
Returns the String representation of this CommandType |
static CommandType |
valueOf(java.lang.String string)
Returns a new CommandType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int LOAD_TYPE
public static final CommandType LOAD
public static final int EXECUTE_TYPE
public static final CommandType EXECUTE
public static final int SHELLEXECUTE_TYPE
public static final CommandType SHELLEXECUTE
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static CommandType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |