public class Action extends Object
| Constructor and Description |
|---|
Action(ActionType actionType,
Text name)
Instantiates a new Action.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ActionType |
getActionType()
Gets action type.
|
Text |
getName()
Gets name.
|
int |
hashCode() |
public Action(ActionType actionType, Text name)
actionType - the action typename - the namepublic ActionType getActionType()
public Text getName()
Copyright © 2015–2019 OREGOR LTD. All rights reserved.