|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImportDeclaration
A representation of the model object 'Import Declaration'.
The following features are supported:
JavaPackage.getImportDeclaration()
Method Summary | |
---|---|
NamedElement |
getImportedElement()
Returns the value of the 'Imported Element' reference. |
boolean |
isStatic()
Returns the value of the 'Static' attribute. |
void |
setImportedElement(NamedElement value)
Sets the value of the ' Imported Element ' reference. |
void |
setStatic(boolean value)
Sets the value of the ' Static ' attribute. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
boolean isStatic()
If the meaning of the 'Static' attribute isn't clear, there really should be more of a description here...
setStatic(boolean)
,
JavaPackage.getImportDeclaration_Static()
void setStatic(boolean value)
Static
' attribute.
value
- the new value of the 'Static' attribute.isStatic()
NamedElement getImportedElement()
Usages In Imports
'.
If the meaning of the 'Imported Element' reference isn't clear, there really should be more of a description here...
setImportedElement(NamedElement)
,
JavaPackage.getImportDeclaration_ImportedElement()
,
NamedElement.getUsagesInImports()
void setImportedElement(NamedElement value)
Imported Element
' reference.
value
- the new value of the 'Imported Element' reference.getImportedElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |