public interface ActionPara extends Para
A action paragraph that declares a name for an action definition. Strokes are not allowed in channel set names, and this is ensured by the parser.
This element represents the N == ParAction grammar rule, where,
where N is a Name.
| Modifier and Type | Method and Description |
|---|---|
CircusAction |
getCircusAction()
Returns the CircusAction element.
|
Name |
getName()
Returns the Name element.
|
ZName |
getZName()
This is a convenience method.
|
void |
setCircusAction(CircusAction circusAction)
Sets the CircusAction element.
|
void |
setName(Name name)
Sets the Name element.
|
Name getName()
void setName(Name name)
name - the Name element.getName()CircusAction getCircusAction()
void setCircusAction(CircusAction circusAction)
circusAction - the CircusAction element.getCircusAction()ZName getZName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.