|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamedElement
A representation of the model object 'Named Element'.
The following features are supported:
JavaPackage.getNamedElement()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
java.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |