public interface DotQualifiedReference extends Reference
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getMember()
Returns the value of the 'Member' containment reference.
|
Reference |
getStructure()
Returns the value of the 'Structure' containment reference.
|
void |
setMember(Reference value)
Sets the value of the '
Member' containment reference. |
void |
setStructure(Reference value)
Sets the value of the '
Structure' containment reference. |
getDeclaration, setDeclarationgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getStructure()
setStructure(Reference),
PLIPackage.getDotQualifiedReference_Structure()void setStructure(Reference value)
Structure' containment reference.
value - the new value of the 'Structure' containment reference.getStructure()Reference getMember()
setMember(Reference),
PLIPackage.getDotQualifiedReference_Member()void setMember(Reference value)
Member' containment reference.
value - the new value of the 'Member' containment reference.getMember()