public class ActionListImpl extends AbstractRuntimeModelElement implements ActionList
| Constructor and Description |
|---|
ActionListImpl() |
ActionListImpl(java.util.List<Action> actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(RuntimeModelVisitor visitor) |
ActionListImpl |
clone() |
java.util.List<Action> |
getValue() |
java.lang.String |
toString() |
public ActionListImpl()
public ActionListImpl(java.util.List<Action> actions)
public java.util.List<Action> getValue()
getValue in interface ArgumentValue<java.util.List<Action>>public void accept(RuntimeModelVisitor visitor)
accept in interface RuntimeModelVisitablepublic java.lang.String toString()
toString in class java.lang.Objectpublic ActionListImpl clone()
clone in class AbstractRuntimeModelElement