public interface Attribute extends PLINode
The following features are supported:
PLIPackage.getAttribute()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setType(AttributeType value)
Sets the value of the '
Type' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
AttributeType getType()
AttributeType.
AttributeType,
setType(AttributeType),
PLIPackage.getAttribute_Type()void setType(AttributeType value)
Type' attribute.
value - the new value of the 'Type' attribute.AttributeType,
getType()