|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--gecco.server.core.ActionDefinition
Represents a definition of an Action, as defined in the configuration files.
| Constructor Summary | |
ActionDefinition(String name,
Class actionClass,
String description,
String argumentType)
Constructor for the ActionDefinition object |
|
| Method Summary | |
Class |
getActionClass()
Gets the action class. |
String |
getArgumentType()
Gets the argument type. |
String |
getDescription()
Gets the description. |
String |
getId()
Gets the id. |
String |
getName()
Gets the name. |
boolean |
isInstantaneous()
Is the action instantaneous? |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ActionDefinition(String name,
Class actionClass,
String description,
String argumentType)
| Method Detail |
public String getName()
public String getId()
public String getDescription()
public String getArgumentType()
public Class getActionClass()
public boolean isInstantaneous()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||