Interface Import
- All Superinterfaces:
Commentable,EObject,NamespaceAwareElement,Notifier
- All Known Subinterfaces:
ClassifierImport,PackageImport,StaticClassifierImport,StaticImport,StaticMemberImport
- All Known Implementing Classes:
ClassifierImportImpl,ImportImpl,PackageImportImpl,StaticClassifierImportImpl,StaticImportImpl,StaticMemberImportImpl
A representation of the model object 'Import'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Classifier' reference.getImportedClassifier(String name) voidsetClassifier(ConcreteClassifier value) Sets the value of the 'Classifier' reference.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, getStringClassMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.emftext.language.java.commons.NamespaceAwareElement
getClassifierAtNamespaces, getNamespaces, getNamespacesAsStringMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getClassifier
ConcreteClassifier getClassifier()Returns the value of the 'Classifier' reference.- Returns:
- the value of the 'Classifier' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setClassifier
Sets the value of the 'Classifier' reference.- Parameters:
value- the new value of the 'Classifier' reference.- See Also:
- Generated class or method.
-
getImportedClassifier
- Generated class or method.
- EMF model class or method.
-
getImportedClassifiers
EList<ConcreteClassifier> getImportedClassifiers()- Generated class or method.
- EMF model class or method.
- kind="operation"
-
getImportedMembers
EList<NamedElement> getImportedMembers()- Generated class or method.
- EMF model class or method.
- kind="operation"
-