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, setOriginalCompilationUniteInternalContainer, from, id, id, iterator, resource, resourceeBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSet, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegmenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverforEach, spliteratorboolean isStatic()
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'.
setImportedElement(NamedElement),
JavaPackage.getImportDeclaration_ImportedElement(),
NamedElement.getUsagesInImports()void setImportedElement(NamedElement value)
Imported Element' reference.
value - the new value of the 'Imported Element' reference.getImportedElement()Copyright © 2018–2020 Atlanmod. All rights reserved.