public interface LocatorQualifiedReference 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 |
getBasedVariable()
Returns the value of the 'Based Variable' containment reference.
|
Reference |
getLocator()
Returns the value of the 'Locator' containment reference.
|
void |
setBasedVariable(Reference value)
Sets the value of the '
Based Variable' containment reference. |
void |
setLocator(Reference value)
Sets the value of the '
Locator' containment reference. |
getDeclaration, setDeclarationgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getLocator()
setLocator(Reference),
PLIPackage.getLocatorQualifiedReference_Locator()void setLocator(Reference value)
Locator' containment reference.
value - the new value of the 'Locator' containment reference.getLocator()Reference getBasedVariable()
setBasedVariable(Reference),
PLIPackage.getLocatorQualifiedReference_BasedVariable()void setBasedVariable(Reference value)
Based Variable' containment reference.
value - the new value of the 'Based Variable' containment reference.getBasedVariable()