public interface NamedElement extends ASTNode
The following features are supported:
JavaPackage.getNamedElement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
|
getUsagesInImports()
Returns the value of the 'Usages In Imports' reference list.
|
boolean |
isProxy()
Returns the value of the 'Proxy' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setProxy(boolean value)
Sets the value of the '
Proxy' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JavaPackage.getNamedElement_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isProxy()
If the meaning of the 'Proxy' attribute isn't clear, there really should be more of a description here...
setProxy(boolean),
JavaPackage.getNamedElement_Proxy()void setProxy(boolean value)
Proxy' attribute.
value - the new value of the 'Proxy' attribute.isProxy()getUsagesInImports()
ImportDeclaration.
It is bidirectional and its opposite is 'Imported Element'.
If the meaning of the 'Usages In Imports' reference list isn't clear, there really should be more of a description here...
JavaPackage.getNamedElement_UsagesInImports(),
ImportDeclaration.getImportedElement()