public interface Label extends PLINode
The following features are supported:
PLIPackage.getLabel()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.util.List<java.lang.Integer> |
getSubscripts()
Returns the value of the 'Subscripts' attribute list.
|
boolean |
isSetSubscripts()
Returns whether the value of the '
Subscripts' attribute list is set. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
unsetSubscripts()
Unsets the value of the '
Subscripts' attribute list. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
java.lang.String getName()
setName(String),
PLIPackage.getLabel_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.util.List<java.lang.Integer> getSubscripts()
Integer.
isSetSubscripts(),
unsetSubscripts(),
PLIPackage.getLabel_Subscripts()void unsetSubscripts()
Subscripts' attribute list.
isSetSubscripts(),
getSubscripts()boolean isSetSubscripts()
Subscripts' attribute list is set.
unsetSubscripts(),
getSubscripts()