public interface ReferableLengthAttribute extends Attribute
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLength()
Returns the value of the 'Length' containment reference.
|
Reference |
getRefer()
Returns the value of the 'Refer' containment reference.
|
void |
setLength(Expression value)
Sets the value of the '
Length' containment reference. |
void |
setRefer(Reference value)
Sets the value of the '
Refer' containment reference. |
getType, setTypegetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getLength()
setLength(Expression),
PLIPackage.getReferableLengthAttribute_Length()void setLength(Expression value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()Reference getRefer()
setRefer(Reference),
PLIPackage.getReferableLengthAttribute_Refer()void setRefer(Reference value)
Refer' containment reference.
value - the new value of the 'Refer' containment reference.getRefer()