Interface MdsdprofilesPackage
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
MdsdprofilesPackageImpl
The Package for the model. It contains accessors for the meta
objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MdsdprofilesPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Profileable Element' class.static final intThe number of structural features of the 'Profileable Element' class.static final intThe meta object id for the 'Stereotypable Element' class.static final intThe number of structural features of the 'Stereotypable Element' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the factory that creates the instances of the model.Returns the meta object for class 'Profileable Element'.Returns the meta object for class 'Stereotypable Element'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods 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.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
STEREOTYPABLE_ELEMENT
static final int STEREOTYPABLE_ELEMENTThe meta object id for the 'Stereotypable Element' class.- See Also:
- Generated class or method.
-
STEREOTYPABLE_ELEMENT_FEATURE_COUNT
static final int STEREOTYPABLE_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Stereotypable Element' class.- See Also:
- Generated class or method.
- Ordered collection.
-
PROFILEABLE_ELEMENT
static final int PROFILEABLE_ELEMENTThe meta object id for the 'Profileable Element' class.- See Also:
- Generated class or method.
-
PROFILEABLE_ELEMENT_FEATURE_COUNT
static final int PROFILEABLE_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Profileable Element' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getProfileableElement
EClass getProfileableElement()Returns the meta object for class 'Profileable Element'.- Returns:
- the meta object for class 'Profileable Element'.
- See Also:
- Generated class or method.
-
getStereotypableElement
EClass getStereotypableElement()Returns the meta object for class 'Stereotypable Element'.- Returns:
- the meta object for class 'Stereotypable Element'.
- See Also:
- Generated class or method.
-
getMdsdprofilesFactory
MdsdprofilesFactory getMdsdprofilesFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-