Package org.modelversioning.emfprofile
Interface EMFProfilePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
EMFProfilePackageImpl
public interface EMFProfilePackage extends EPackage
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:
EMFProfileFactory
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EMFProfilePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static EMFProfilePackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
EXTENSION
The meta object id for the 'Extension
' class.static int
EXTENSION__LOWER_BOUND
The feature id for the 'Lower Bound' attribute.static int
EXTENSION__REDEFINED
The feature id for the 'Redefined' reference list.static int
EXTENSION__REDEFINING
The feature id for the 'Redefining' reference list.static int
EXTENSION__SOURCE
The feature id for the 'Source' container reference.static int
EXTENSION__SUBSETTED
The feature id for the 'Subsetted' reference list.static int
EXTENSION__SUBSETTING
The feature id for the 'Subsetting' reference list.static int
EXTENSION__TARGET
The feature id for the 'Target' reference.static int
EXTENSION__UPPER_BOUND
The feature id for the 'Upper Bound' attribute.static int
EXTENSION_FEATURE_COUNT
The number of structural features of the 'Extension' class.static int
PROFILE
The meta object id for the 'Profile
' class.static int
PROFILE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
PROFILE__ECLASSIFIERS
The feature id for the 'EClassifiers' containment reference list.static int
PROFILE__EFACTORY_INSTANCE
The feature id for the 'EFactory Instance' reference.static int
PROFILE__ESUBPACKAGES
The feature id for the 'ESubpackages' containment reference list.static int
PROFILE__ESUPER_PACKAGE
The feature id for the 'ESuper Package' container reference.static int
PROFILE__NAME
The feature id for the 'Name' attribute.static int
PROFILE__NS_PREFIX
The feature id for the 'Ns Prefix' attribute.static int
PROFILE__NS_URI
The feature id for the 'Ns URI' attribute.static int
PROFILE_FEATURE_COUNT
The number of structural features of the 'Profile' class.static int
STEREOTYPE
The meta object id for the 'Stereotype
' class.static int
STEREOTYPE__ABSTRACT
The feature id for the 'Abstract' attribute.static int
STEREOTYPE__DEFAULT_VALUE
The feature id for the 'Default Value' attribute.static int
STEREOTYPE__EALL_ATTRIBUTES
The feature id for the 'EAll Attributes' reference list.static int
STEREOTYPE__EALL_CONTAINMENTS
The feature id for the 'EAll Containments' reference list.static int
STEREOTYPE__EALL_GENERIC_SUPER_TYPES
The feature id for the 'EAll Generic Super Types' reference list.static int
STEREOTYPE__EALL_OPERATIONS
The feature id for the 'EAll Operations' reference list.static int
STEREOTYPE__EALL_REFERENCES
The feature id for the 'EAll References' reference list.static int
STEREOTYPE__EALL_STRUCTURAL_FEATURES
The feature id for the 'EAll Structural Features' reference list.static int
STEREOTYPE__EALL_SUPER_TYPES
The feature id for the 'EAll Super Types' reference list.static int
STEREOTYPE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.static int
STEREOTYPE__EATTRIBUTES
The feature id for the 'EAttributes' reference list.static int
STEREOTYPE__EGENERIC_SUPER_TYPES
The feature id for the 'EGeneric Super Types' containment reference list.static int
STEREOTYPE__EID_ATTRIBUTE
The feature id for the 'EID Attribute' reference.static int
STEREOTYPE__EOPERATIONS
The feature id for the 'EOperations' containment reference list.static int
STEREOTYPE__EPACKAGE
The feature id for the 'EPackage' container reference.static int
STEREOTYPE__EREFERENCES
The feature id for the 'EReferences' reference list.static int
STEREOTYPE__ESTRUCTURAL_FEATURES
The feature id for the 'EStructural Features' containment reference list.static int
STEREOTYPE__ESUPER_TYPES
The feature id for the 'ESuper Types' reference list.static int
STEREOTYPE__ETYPE_PARAMETERS
The feature id for the 'EType Parameters' containment reference list.static int
STEREOTYPE__EXTENSIONS
The feature id for the 'Extensions' containment reference list.static int
STEREOTYPE__ICON_PATH
The feature id for the 'Icon Path' attribute.static int
STEREOTYPE__INSTANCE_CLASS
The feature id for the 'Instance Class' attribute.static int
STEREOTYPE__INSTANCE_CLASS_NAME
The feature id for the 'Instance Class Name' attribute.static int
STEREOTYPE__INSTANCE_TYPE_NAME
The feature id for the 'Instance Type Name' attribute.static int
STEREOTYPE__INTERFACE
The feature id for the 'Interface' attribute.static int
STEREOTYPE__META_BASE
The feature id for the 'Meta Base' attribute.static int
STEREOTYPE__NAME
The feature id for the 'Name' attribute.static int
STEREOTYPE_FEATURE_COUNT
The number of structural features of the 'Stereotype' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EMFProfileFactory
getEMFProfileFactory()
Returns the factory that creates the instances of the model.EClass
getExtension()
Returns the meta object for class 'Extension
'.EAttribute
getExtension_LowerBound()
Returns the meta object for the attribute 'Lower Bound
'.EReference
getExtension_Redefined()
Returns the meta object for the reference list 'Redefined
'.EReference
getExtension_Redefining()
Returns the meta object for the reference list 'Redefining
'.EReference
getExtension_Source()
Returns the meta object for the container reference 'Source
'.EReference
getExtension_Subsetted()
Returns the meta object for the reference list 'Subsetted
'.EReference
getExtension_Subsetting()
Returns the meta object for the reference list 'Subsetting
'.EReference
getExtension_Target()
Returns the meta object for the reference 'Target
'.EAttribute
getExtension_UpperBound()
Returns the meta object for the attribute 'Upper Bound
'.EClass
getProfile()
Returns the meta object for class 'Profile
'.EClass
getStereotype()
Returns the meta object for class 'Stereotype
'.EReference
getStereotype_Extensions()
Returns the meta object for the containment reference list 'Extensions
'.EAttribute
getStereotype_IconPath()
Returns the meta object for the attribute 'Icon Path
'.EAttribute
getStereotype_MetaBase()
Returns the meta object for the attribute 'Meta Base
'.-
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
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final EMFProfilePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
PROFILE
static final int PROFILE
The meta object id for the 'Profile
' class.- See Also:
ProfileImpl
,EMFProfilePackageImpl.getProfile()
, Constant Field Values- Generated class or method.
-
PROFILE__EANNOTATIONS
static final int PROFILE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__NAME
static final int PROFILE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__NS_URI
static final int PROFILE__NS_URI
The feature id for the 'Ns URI' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__NS_PREFIX
static final int PROFILE__NS_PREFIX
The feature id for the 'Ns Prefix' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__EFACTORY_INSTANCE
static final int PROFILE__EFACTORY_INSTANCE
The feature id for the 'EFactory Instance' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__ECLASSIFIERS
static final int PROFILE__ECLASSIFIERS
The feature id for the 'EClassifiers' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__ESUBPACKAGES
static final int PROFILE__ESUBPACKAGES
The feature id for the 'ESubpackages' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE__ESUPER_PACKAGE
static final int PROFILE__ESUPER_PACKAGE
The feature id for the 'ESuper Package' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_FEATURE_COUNT
static final int PROFILE_FEATURE_COUNT
The number of structural features of the 'Profile' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE
static final int STEREOTYPE
The meta object id for the 'Stereotype
' class.- See Also:
StereotypeImpl
,EMFProfilePackageImpl.getStereotype()
, Constant Field Values- Generated class or method.
-
STEREOTYPE__EANNOTATIONS
static final int STEREOTYPE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__NAME
static final int STEREOTYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__INSTANCE_CLASS_NAME
static final int STEREOTYPE__INSTANCE_CLASS_NAME
The feature id for the 'Instance Class Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__INSTANCE_CLASS
static final int STEREOTYPE__INSTANCE_CLASS
The feature id for the 'Instance Class' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__DEFAULT_VALUE
static final int STEREOTYPE__DEFAULT_VALUE
The feature id for the 'Default Value' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__INSTANCE_TYPE_NAME
static final int STEREOTYPE__INSTANCE_TYPE_NAME
The feature id for the 'Instance Type Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EPACKAGE
static final int STEREOTYPE__EPACKAGE
The feature id for the 'EPackage' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__ETYPE_PARAMETERS
static final int STEREOTYPE__ETYPE_PARAMETERS
The feature id for the 'EType Parameters' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__ABSTRACT
static final int STEREOTYPE__ABSTRACT
The feature id for the 'Abstract' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__INTERFACE
static final int STEREOTYPE__INTERFACE
The feature id for the 'Interface' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__ESUPER_TYPES
static final int STEREOTYPE__ESUPER_TYPES
The feature id for the 'ESuper Types' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EOPERATIONS
static final int STEREOTYPE__EOPERATIONS
The feature id for the 'EOperations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_ATTRIBUTES
static final int STEREOTYPE__EALL_ATTRIBUTES
The feature id for the 'EAll Attributes' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_REFERENCES
static final int STEREOTYPE__EALL_REFERENCES
The feature id for the 'EAll References' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EREFERENCES
static final int STEREOTYPE__EREFERENCES
The feature id for the 'EReferences' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EATTRIBUTES
static final int STEREOTYPE__EATTRIBUTES
The feature id for the 'EAttributes' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_CONTAINMENTS
static final int STEREOTYPE__EALL_CONTAINMENTS
The feature id for the 'EAll Containments' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_OPERATIONS
static final int STEREOTYPE__EALL_OPERATIONS
The feature id for the 'EAll Operations' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_STRUCTURAL_FEATURES
static final int STEREOTYPE__EALL_STRUCTURAL_FEATURES
The feature id for the 'EAll Structural Features' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_SUPER_TYPES
static final int STEREOTYPE__EALL_SUPER_TYPES
The feature id for the 'EAll Super Types' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EID_ATTRIBUTE
static final int STEREOTYPE__EID_ATTRIBUTE
The feature id for the 'EID Attribute' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__ESTRUCTURAL_FEATURES
static final int STEREOTYPE__ESTRUCTURAL_FEATURES
The feature id for the 'EStructural Features' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EGENERIC_SUPER_TYPES
static final int STEREOTYPE__EGENERIC_SUPER_TYPES
The feature id for the 'EGeneric Super Types' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EALL_GENERIC_SUPER_TYPES
static final int STEREOTYPE__EALL_GENERIC_SUPER_TYPES
The feature id for the 'EAll Generic Super Types' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__ICON_PATH
static final int STEREOTYPE__ICON_PATH
The feature id for the 'Icon Path' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__META_BASE
static final int STEREOTYPE__META_BASE
The feature id for the 'Meta Base' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE__EXTENSIONS
static final int STEREOTYPE__EXTENSIONS
The feature id for the 'Extensions' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_FEATURE_COUNT
static final int STEREOTYPE_FEATURE_COUNT
The number of structural features of the 'Stereotype' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION
static final int EXTENSION
The meta object id for the 'Extension
' class.- See Also:
ExtensionImpl
,EMFProfilePackageImpl.getExtension()
, Constant Field Values- Generated class or method.
-
EXTENSION__SOURCE
static final int EXTENSION__SOURCE
The feature id for the 'Source' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__TARGET
static final int EXTENSION__TARGET
The feature id for the 'Target' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__LOWER_BOUND
static final int EXTENSION__LOWER_BOUND
The feature id for the 'Lower Bound' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__UPPER_BOUND
static final int EXTENSION__UPPER_BOUND
The feature id for the 'Upper Bound' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__REDEFINED
static final int EXTENSION__REDEFINED
The feature id for the 'Redefined' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__SUBSETTED
static final int EXTENSION__SUBSETTED
The feature id for the 'Subsetted' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__REDEFINING
static final int EXTENSION__REDEFINING
The feature id for the 'Redefining' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION__SUBSETTING
static final int EXTENSION__SUBSETTING
The feature id for the 'Subsetting' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXTENSION_FEATURE_COUNT
static final int EXTENSION_FEATURE_COUNT
The number of structural features of the 'Extension' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getProfile
EClass getProfile()
Returns the meta object for class 'Profile
'.- Returns:
- the meta object for class 'Profile'.
- See Also:
Profile
- Generated class or method.
-
getStereotype
EClass getStereotype()
Returns the meta object for class 'Stereotype
'.- Returns:
- the meta object for class 'Stereotype'.
- See Also:
Stereotype
- Generated class or method.
-
getStereotype_IconPath
EAttribute getStereotype_IconPath()
Returns the meta object for the attribute 'Icon Path
'.- Returns:
- the meta object for the attribute 'Icon Path'.
- See Also:
Stereotype.getIconPath()
,getStereotype()
- Generated class or method.
-
getStereotype_MetaBase
EAttribute getStereotype_MetaBase()
Returns the meta object for the attribute 'Meta Base
'.- Returns:
- the meta object for the attribute 'Meta Base'.
- See Also:
Stereotype.isMetaBase()
,getStereotype()
- Generated class or method.
-
getStereotype_Extensions
EReference getStereotype_Extensions()
Returns the meta object for the containment reference list 'Extensions
'.- Returns:
- the meta object for the containment reference list 'Extensions'.
- See Also:
Stereotype.getExtensions()
,getStereotype()
- Generated class or method.
-
getExtension
EClass getExtension()
Returns the meta object for class 'Extension
'.- Returns:
- the meta object for class 'Extension'.
- See Also:
Extension
- Generated class or method.
-
getExtension_Source
EReference getExtension_Source()
Returns the meta object for the container reference 'Source
'.- Returns:
- the meta object for the container reference 'Source'.
- See Also:
Extension.getSource()
,getExtension()
- Generated class or method.
-
getExtension_Target
EReference getExtension_Target()
Returns the meta object for the reference 'Target
'.- Returns:
- the meta object for the reference 'Target'.
- See Also:
Extension.getTarget()
,getExtension()
- Generated class or method.
-
getExtension_LowerBound
EAttribute getExtension_LowerBound()
Returns the meta object for the attribute 'Lower Bound
'.- Returns:
- the meta object for the attribute 'Lower Bound'.
- See Also:
Extension.getLowerBound()
,getExtension()
- Generated class or method.
-
getExtension_UpperBound
EAttribute getExtension_UpperBound()
Returns the meta object for the attribute 'Upper Bound
'.- Returns:
- the meta object for the attribute 'Upper Bound'.
- See Also:
Extension.getUpperBound()
,getExtension()
- Generated class or method.
-
getExtension_Redefined
EReference getExtension_Redefined()
Returns the meta object for the reference list 'Redefined
'.- Returns:
- the meta object for the reference list 'Redefined'.
- See Also:
Extension.getRedefined()
,getExtension()
- Generated class or method.
-
getExtension_Subsetted
EReference getExtension_Subsetted()
Returns the meta object for the reference list 'Subsetted
'.- Returns:
- the meta object for the reference list 'Subsetted'.
- See Also:
Extension.getSubsetted()
,getExtension()
- Generated class or method.
-
getExtension_Redefining
EReference getExtension_Redefining()
Returns the meta object for the reference list 'Redefining
'.- Returns:
- the meta object for the reference list 'Redefining'.
- See Also:
Extension.getRedefining()
,getExtension()
- Generated class or method.
-
getExtension_Subsetting
EReference getExtension_Subsetting()
Returns the meta object for the reference list 'Subsetting
'.- Returns:
- the meta object for the reference list 'Subsetting'.
- See Also:
Extension.getSubsetting()
,getExtension()
- Generated class or method.
-
getEMFProfileFactory
EMFProfileFactory getEMFProfileFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-