|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandType | |
---|---|
story.dbcore.admin |
Uses of CommandType in story.dbcore.admin |
---|
Methods in story.dbcore.admin that return CommandType | |
---|---|
static CommandType |
CommandType.get(int number)
Return the corresponding CommandType for the given Unique ID (see getUniqueID). |
static CommandType |
CommandType.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
CommandType |
Command.getType()
Retrieve the type of command. |
CommandType |
Command.type()
Returns the command type. |
Constructors in story.dbcore.admin with parameters of type CommandType | |
---|---|
Command(CommandType commandType)
Constructor with no arguments. |
|
Command(CommandType commandType,
ArgumentVector args)
Constructor with vector of arguments |
|
Command(CommandType commandType,
java.lang.Object argument0)
Constructor with one argument. |
|
Command(CommandType commandType,
java.lang.Object argument0,
java.lang.Object argument1)
Constructor with two arguments. |
|
Command(CommandType commandType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2)
Constructor with three arguments. |
|
Command(CommandType commandType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3)
Constructor with four arguments. |
|
Command(CommandType commandType,
java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3,
java.lang.Object argument4)
Constructor with five arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |