public interface NameSetPara extends Para
A name set paragraph that introduces a name for a name set.
A name set encapsulates a Z Expr.
It represents the nameset N == NSExpression grammar rule,
where N is a Name
| Modifier and Type | Method and Description |
|---|---|
Name |
getName()
Returns the Name element.
|
NameSet |
getNameSet()
Returns the NameSet element.
|
ZName |
getZName()
This is a convenience method.
|
void |
setName(Name name)
Sets the Name element.
|
void |
setNameSet(NameSet nameSet)
Sets the NameSet element.
|
Name getName()
void setName(Name name)
name - the Name element.getName()NameSet getNameSet()
void setNameSet(NameSet nameSet)
nameSet - the NameSet element.getNameSet()ZName getZName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.