public class NullAction extends Action
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_TYPE_DESCRIPTION |
| Constructor and Description |
|---|
NullAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionType()
Returns the type of action.
|
java.lang.String |
getActionTypeDesc()
Returns the action type description
|
java.lang.String |
toString()
Returns the description of the action.
|
public java.lang.String getActionType()
ActiongetActionType in class Actionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getActionTypeDesc()
getActionTypeDesc in class Action