| Modifier and type | Property and description |
|---|---|
| java.lang.String | actionName
Replies the name of the action for this prototype. |
| ActionParameterTypes | parametersTypes
Replies the types of the formal parameters. |
| Constructor and description |
|---|
| new(String,ActionParameterTypes,boolean)
Constructor. |
| Modifier and type | Action and description |
|---|---|
| ActionPrototype | clone |
| int | compareTo(ActionPrototype) |
| boolean | equals(Object) |
| java.lang.String | getActionName
Replies the name of the action for this prototype. |
| ActionParameterTypes | getParametersTypes
Replies the types of the formal parameters. |
| int | hashCode |
| java.lang.String | toActionId
Replies the string that permits to identify the action prototype according to the Java variable name. |
| java.lang.String | toString |
val actionName : java.lang.String
This property is an alias for the action: getActionName
val parametersTypes : ActionParameterTypes
This property is an alias for the action: getParametersTypes
new(String,ActionParameterTypes,boolean)
def clone : ActionPrototype
def compareTo(ActionPrototype) : int
def equals(Object) : boolean
def getActionName : java.lang.String
def getParametersTypes : ActionParameterTypes
def hashCode : int
def toActionId : java.lang.String
def toString : java.lang.String