public interface NamedElement extends ASTNode
The following features are supported:
JavaPackage.getNamedElement()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<ImportDeclaration> |
getUsagesInImports()
Returns the value of the 'Usages In Imports' reference list.
|
boolean |
isProxy()
Returns the value of the 'Proxy' attribute.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setProxy(boolean value)
Sets the value of the '
Proxy' 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, spliteratorString getName()
setName(String),
JavaPackage.getNamedElement_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isProxy()
setProxy(boolean),
JavaPackage.getNamedElement_Proxy()void setProxy(boolean value)
Proxy' attribute.
value - the new value of the 'Proxy' attribute.isProxy()org.eclipse.emf.common.util.EList<ImportDeclaration> getUsagesInImports()
ImportDeclaration.
It is bidirectional and its opposite is 'Imported Element'.
JavaPackage.getNamedElement_UsagesInImports(),
ImportDeclaration.getImportedElement()Copyright © 2018–2020 Atlanmod. All rights reserved.