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
public interface Import extends NamespaceAwareElement
A representation of the model object 'Import'.The following features are supported:
- See Also:
ImportsPackage.getImport()
- 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
getClassifier()
Returns the value of the 'Classifier' reference.ConcreteClassifier
getImportedClassifier(String name)
EList<ConcreteClassifier>
getImportedClassifiers()
void
setClassifier(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, 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.emftext.language.java.commons.NamespaceAwareElement
getClassifierAtNamespaces, getNamespaces, getNamespacesAsString
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getClassifier
ConcreteClassifier getClassifier()
Returns the value of the 'Classifier' reference.- Returns:
- the value of the 'Classifier' reference.
- See Also:
setClassifier(ConcreteClassifier)
,ImportsPackage.getImport_Classifier()
- Generated class or method.
- EMF model class or method.
-
setClassifier
void setClassifier(ConcreteClassifier value)
Sets the value of the 'Classifier
' reference.- Parameters:
value
- the new value of the 'Classifier' reference.- See Also:
getClassifier()
- Generated class or method.
-
getImportedClassifier
ConcreteClassifier getImportedClassifier(String name)
- Generated class or method.
- EMF model class or method.
-
getImportedClassifiers
EList<ConcreteClassifier> getImportedClassifiers()
- Generated class or method.
- EMF model class or method.
- kind="operation"
-
-