Interface NamespaceAwareElement
-
- All Superinterfaces:
Commentable
,EObject
,Notifier
- All Known Subinterfaces:
AccessProvidingModuleDirective
,AnnotationInstance
,ClassifierImport
,CompilationUnit
,EmptyModel
,ExportsModuleDirective
,Import
,JavaRoot
,Module
,NamespaceClassifierReference
,OpensModuleDirective
,Package
,PackageImport
,StaticClassifierImport
,StaticImport
,StaticMemberImport
- All Known Implementing Classes:
AccessProvidingModuleDirectiveImpl
,AnnotationInstanceImpl
,ClassifierImportImpl
,CompilationUnitImpl
,EmptyModelImpl
,ExportsModuleDirectiveImpl
,ImportImpl
,JavaRootImpl
,ModuleImpl
,NamespaceAwareElementImpl
,NamespaceClassifierReferenceImpl
,OpensModuleDirectiveImpl
,PackageImpl
,PackageImportImpl
,StaticClassifierImportImpl
,StaticImportImpl
,StaticMemberImportImpl
public interface NamespaceAwareElement extends Commentable
A representation of the model object 'Namespace Aware Element'.The following features are supported:
- See Also:
CommonsPackage.getNamespaceAwareElement()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConcreteClassifier
getClassifierAtNamespaces()
EList<String>
getNamespaces()
Returns the value of the 'Namespaces' attribute list.String
getNamespacesAsString()
-
Methods inherited from interface org.emftext.language.java.commons.Commentable
addAfterContainingStatement, addBeforeContainingStatement, getAnnotationInterface, getChildrenByEType, getChildrenByType, getClassClass, getConcreteClassifier, getConcreteClassifiers, getContainingAnnotationInstance, getContainingAnonymousClass, getContainingCompilationUnit, getContainingConcreteClassifier, getContainingContainerName, getContainingPackageName, getFirstChildByEType, getFirstChildByType, getLayoutInformations, getLibClass, getLibInterface, getObjectClass, getParentByEType, getParentByType, getParentConcreteClassifier, getStringClass
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getNamespaces
EList<String> getNamespaces()
Returns the value of the 'Namespaces' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Namespaces' attribute list.
- See Also:
CommonsPackage.getNamespaceAwareElement_Namespaces()
- Generated class or method.
- EMF model class or method.
- unique="false"
-
getNamespacesAsString
String getNamespacesAsString()
- Generated class or method.
- EMF model class or method.
- kind="operation"
-
getClassifierAtNamespaces
ConcreteClassifier getClassifierAtNamespaces()
- Generated class or method.
- EMF model class or method.
- kind="operation"
-
-