public interface DefinedAttribute extends Attribute
The following features are supported:
PLIPackage.getDefinedAttribute()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getPosition()
Returns the value of the 'Position' containment reference.
|
Reference |
getVariable()
Returns the value of the 'Variable' containment reference.
|
void |
setPosition(Expression value)
Sets the value of the '
Position' containment reference. |
void |
setVariable(Reference value)
Sets the value of the '
Variable' containment reference. |
getType, setTypegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getVariable()
setVariable(Reference),
PLIPackage.getDefinedAttribute_Variable()void setVariable(Reference value)
Variable' containment reference.
value - the new value of the 'Variable' containment reference.getVariable()Expression getPosition()
setPosition(Expression),
PLIPackage.getDefinedAttribute_Position()void setPosition(Expression value)
Position' containment reference.
value - the new value of the 'Position' containment reference.getPosition()