Package org.modelversioning.emfprofile
Interface Profile
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ProfileImpl
public interface Profile extends EPackage
A representation of the model object 'Profile'.- See Also:
EMFProfilePackage.getProfile()
- Generated class or method.
- EMF model class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Stereotype>
getApplicableStereotypes(EClass eClass)
Returns a list of all applicable stereotypes for the specifiedeClass
.Stereotype
getStereotype(String stereotypeName)
EList<Stereotype>
getStereotypes()
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getApplicableStereotypes
EList<Stereotype> getApplicableStereotypes(EClass eClass)
Returns a list of all applicable stereotypes for the specifiedeClass
.- Generated class or method.
- EMF model class or method.
-
getStereotypes
EList<Stereotype> getStereotypes()
- Generated class or method.
- EMF model class or method.
- kind="operation"
-
getStereotype
Stereotype getStereotype(String stereotypeName)
- Generated class or method.
- EMF model class or method.
- stereotypeNameRequired="true"
-
-