Interface EMFProfileApplicationPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
EMFProfileApplicationPackageImpl
public interface EMFProfileApplicationPackage 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:
EMFProfileApplicationFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEMFProfileApplicationPackage.LiteralsDefines 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 EMFProfileApplicationPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intPROFILE_APPLICATIONThe meta object id for the 'Profile Application' class.static intPROFILE_APPLICATION__IMPORTED_PROFILESThe feature id for the 'Imported Profiles' containment reference list.static intPROFILE_APPLICATION__STEREOTYPE_APPLICATIONSThe feature id for the 'Stereotype Applications' containment reference list.static intPROFILE_APPLICATION_FEATURE_COUNTThe number of structural features of the 'Profile Application' class.static intPROFILE_IMPORTThe meta object id for the 'Profile Import' class.static intPROFILE_IMPORT__LOCATIONThe feature id for the 'Location' attribute.static intPROFILE_IMPORT__NS_URIThe feature id for the 'Ns URI' attribute.static intPROFILE_IMPORT__PROFILEThe feature id for the 'Profile' reference.static intPROFILE_IMPORT_FEATURE_COUNTThe number of structural features of the 'Profile Import' class.static intSTEREOTYPE_APPLICABILITYThe meta object id for the 'Stereotype Applicability' class.static intSTEREOTYPE_APPLICABILITY__EXTENSIONThe feature id for the 'Extension' reference.static intSTEREOTYPE_APPLICABILITY__STEREOTYPEThe feature id for the 'Stereotype' reference.static intSTEREOTYPE_APPLICABILITY_FEATURE_COUNTThe number of structural features of the 'Stereotype Applicability' class.static intSTEREOTYPE_APPLICATIONThe meta object id for the 'Stereotype Application' class.static intSTEREOTYPE_APPLICATION__APPLIED_TOThe feature id for the 'Applied To' reference.static intSTEREOTYPE_APPLICATION__EXTENSIONThe feature id for the 'Extension' reference.static intSTEREOTYPE_APPLICATION__PROFILE_APPLICATIONThe feature id for the 'Profile Application' container reference.static intSTEREOTYPE_APPLICATION_FEATURE_COUNTThe number of structural features of the 'Stereotype Application' class.
-
Method Summary
-
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 EMFProfileApplicationPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
PROFILE_APPLICATION
static final int PROFILE_APPLICATION
The meta object id for the 'Profile Application' class.- See Also:
ProfileApplicationImpl,EMFProfileApplicationPackageImpl.getProfileApplication(), Constant Field Values- Generated class or method.
-
PROFILE_APPLICATION__STEREOTYPE_APPLICATIONS
static final int PROFILE_APPLICATION__STEREOTYPE_APPLICATIONS
The feature id for the 'Stereotype Applications' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_APPLICATION__IMPORTED_PROFILES
static final int PROFILE_APPLICATION__IMPORTED_PROFILES
The feature id for the 'Imported Profiles' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_APPLICATION_FEATURE_COUNT
static final int PROFILE_APPLICATION_FEATURE_COUNT
The number of structural features of the 'Profile Application' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_IMPORT
static final int PROFILE_IMPORT
The meta object id for the 'Profile Import' class.- See Also:
ProfileImportImpl,EMFProfileApplicationPackageImpl.getProfileImport(), Constant Field Values- Generated class or method.
-
PROFILE_IMPORT__NS_URI
static final int PROFILE_IMPORT__NS_URI
The feature id for the 'Ns URI' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_IMPORT__LOCATION
static final int PROFILE_IMPORT__LOCATION
The feature id for the 'Location' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_IMPORT__PROFILE
static final int PROFILE_IMPORT__PROFILE
The feature id for the 'Profile' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROFILE_IMPORT_FEATURE_COUNT
static final int PROFILE_IMPORT_FEATURE_COUNT
The number of structural features of the 'Profile Import' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICATION
static final int STEREOTYPE_APPLICATION
The meta object id for the 'Stereotype Application' class.- See Also:
StereotypeApplicationImpl,EMFProfileApplicationPackageImpl.getStereotypeApplication(), Constant Field Values- Generated class or method.
-
STEREOTYPE_APPLICATION__APPLIED_TO
static final int STEREOTYPE_APPLICATION__APPLIED_TO
The feature id for the 'Applied To' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICATION__PROFILE_APPLICATION
static final int STEREOTYPE_APPLICATION__PROFILE_APPLICATION
The feature id for the 'Profile Application' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICATION__EXTENSION
static final int STEREOTYPE_APPLICATION__EXTENSION
The feature id for the 'Extension' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICATION_FEATURE_COUNT
static final int STEREOTYPE_APPLICATION_FEATURE_COUNT
The number of structural features of the 'Stereotype Application' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICABILITY
static final int STEREOTYPE_APPLICABILITY
The meta object id for the 'Stereotype Applicability' class.- See Also:
StereotypeApplicabilityImpl,EMFProfileApplicationPackageImpl.getStereotypeApplicability(), Constant Field Values- Generated class or method.
-
STEREOTYPE_APPLICABILITY__STEREOTYPE
static final int STEREOTYPE_APPLICABILITY__STEREOTYPE
The feature id for the 'Stereotype' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICABILITY__EXTENSION
static final int STEREOTYPE_APPLICABILITY__EXTENSION
The feature id for the 'Extension' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STEREOTYPE_APPLICABILITY_FEATURE_COUNT
static final int STEREOTYPE_APPLICABILITY_FEATURE_COUNT
The number of structural features of the 'Stereotype Applicability' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getProfileApplication
EClass getProfileApplication()
Returns the meta object for class 'Profile Application'.- Returns:
- the meta object for class 'Profile Application'.
- See Also:
ProfileApplication- Generated class or method.
-
getProfileApplication_StereotypeApplications
EReference getProfileApplication_StereotypeApplications()
Returns the meta object for the containment reference list 'Stereotype Applications'.- Returns:
- the meta object for the containment reference list 'Stereotype Applications'.
- See Also:
ProfileApplication.getStereotypeApplications(),getProfileApplication()- Generated class or method.
-
getProfileApplication_ImportedProfiles
EReference getProfileApplication_ImportedProfiles()
Returns the meta object for the containment reference list 'Imported Profiles'.- Returns:
- the meta object for the containment reference list 'Imported Profiles'.
- See Also:
ProfileApplication.getImportedProfiles(),getProfileApplication()- Generated class or method.
-
getProfileImport
EClass getProfileImport()
Returns the meta object for class 'Profile Import'.- Returns:
- the meta object for class 'Profile Import'.
- See Also:
ProfileImport- Generated class or method.
-
getProfileImport_NsURI
EAttribute getProfileImport_NsURI()
Returns the meta object for the attribute 'Ns URI'.- Returns:
- the meta object for the attribute 'Ns URI'.
- See Also:
ProfileImport.getNsURI(),getProfileImport()- Generated class or method.
-
getProfileImport_Location
EAttribute getProfileImport_Location()
Returns the meta object for the attribute 'Location'.- Returns:
- the meta object for the attribute 'Location'.
- See Also:
ProfileImport.getLocation(),getProfileImport()- Generated class or method.
-
getProfileImport_Profile
EReference getProfileImport_Profile()
Returns the meta object for the reference 'Profile'.- Returns:
- the meta object for the reference 'Profile'.
- See Also:
ProfileImport.getProfile(),getProfileImport()- Generated class or method.
-
getStereotypeApplication
EClass getStereotypeApplication()
Returns the meta object for class 'Stereotype Application'.- Returns:
- the meta object for class 'Stereotype Application'.
- See Also:
StereotypeApplication- Generated class or method.
-
getStereotypeApplication_AppliedTo
EReference getStereotypeApplication_AppliedTo()
Returns the meta object for the reference 'Applied To'.- Returns:
- the meta object for the reference 'Applied To'.
- See Also:
StereotypeApplication.getAppliedTo(),getStereotypeApplication()- Generated class or method.
-
getStereotypeApplication_ProfileApplication
EReference getStereotypeApplication_ProfileApplication()
Returns the meta object for the container reference 'Profile Application'.- Returns:
- the meta object for the container reference 'Profile Application'.
- See Also:
StereotypeApplication.getProfileApplication(),getStereotypeApplication()- Generated class or method.
-
getStereotypeApplication_Extension
EReference getStereotypeApplication_Extension()
Returns the meta object for the reference 'Extension'.- Returns:
- the meta object for the reference 'Extension'.
- See Also:
StereotypeApplication.getExtension(),getStereotypeApplication()- Generated class or method.
-
getStereotypeApplicability
EClass getStereotypeApplicability()
Returns the meta object for class 'Stereotype Applicability'.- Returns:
- the meta object for class 'Stereotype Applicability'.
- See Also:
StereotypeApplicability- Generated class or method.
-
getStereotypeApplicability_Stereotype
EReference getStereotypeApplicability_Stereotype()
Returns the meta object for the reference 'Stereotype'.- Returns:
- the meta object for the reference 'Stereotype'.
- See Also:
StereotypeApplicability.getStereotype(),getStereotypeApplicability()- Generated class or method.
-
getStereotypeApplicability_Extension
EReference getStereotypeApplicability_Extension()
Returns the meta object for the reference 'Extension'.- Returns:
- the meta object for the reference 'Extension'.
- See Also:
StereotypeApplicability.getExtension(),getStereotypeApplicability()- Generated class or method.
-
getEMFProfileApplicationFactory
EMFProfileApplicationFactory getEMFProfileApplicationFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-