public interface ImportDeclaration extends ASTNode
The following features are supported:
JavaPackage.getImportDeclaration()| Modifier and Type | Method and Description |
|---|---|
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. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitboolean 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()