org.gxos.schema.types
Class CommandType

java.lang.Object
  |
  +--org.gxos.schema.types.CommandType
All Implemented Interfaces:
java.io.Serializable

public class CommandType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

LOAD_TYPE

public static final int LOAD_TYPE
The load type

LOAD

public static final CommandType LOAD
The instance of the load type

EXECUTE_TYPE

public static final int EXECUTE_TYPE
The execute type

EXECUTE

public static final CommandType EXECUTE
The instance of the execute type

SHELLEXECUTE_TYPE

public static final int SHELLEXECUTE_TYPE
The shellexecute type

SHELLEXECUTE

public static final CommandType SHELLEXECUTE
The instance of the shellexecute type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of CommandType

getType

public int getType()
Returns the type of this CommandType

toString

public java.lang.String toString()
Returns the String representation of this CommandType
Overrides:
toString in class java.lang.Object

valueOf

public static CommandType valueOf(java.lang.String string)
Returns a new CommandType based on the given String value.
Parameters:
string -