Interface MappingPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
MappingPackageImpl
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
Modifier and TypeInterfaceDescriptionstatic interface
Defines 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
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Controller Mapping
' class.static final int
The feature id for the 'Controller Role' reference.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Mapped Call' reference.static final int
The feature id for the 'Mapping' container reference.static final int
The number of structural features of the 'Controller Mapping' class.static final MappingPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Mapping
' class.static final int
The feature id for the 'Controller Mappings' containment reference list.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Mapping' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Controller Mapping
'.Returns the meta object for the reference 'Controller Role
'.Returns the meta object for the reference 'Mapped Call
'.Returns the meta object for the container reference 'Mapping
'.Returns the meta object for class 'Mapping
'.Returns the meta object for the containment reference list 'Controller Mappings
'.Returns the factory that creates the instances of the model.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 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.
-
MAPPING
static final int MAPPINGThe meta object id for the 'Mapping
' class.- See Also:
- Generated class or method.
-
MAPPING__ID
static final int MAPPING__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
MAPPING__ENTITY_NAME
static final int MAPPING__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
MAPPING__CONTROLLER_MAPPINGS
static final int MAPPING__CONTROLLER_MAPPINGSThe feature id for the 'Controller Mappings' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
MAPPING_FEATURE_COUNT
static final int MAPPING_FEATURE_COUNTThe number of structural features of the 'Mapping' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_MAPPING
static final int CONTROLLER_MAPPINGThe meta object id for the 'Controller Mapping
' class.- See Also:
- Generated class or method.
-
CONTROLLER_MAPPING__ID
static final int CONTROLLER_MAPPING__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_MAPPING__ENTITY_NAME
static final int CONTROLLER_MAPPING__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_MAPPING__MAPPED_CALL
static final int CONTROLLER_MAPPING__MAPPED_CALLThe feature id for the 'Mapped Call' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_MAPPING__CONTROLLER_ROLE
static final int CONTROLLER_MAPPING__CONTROLLER_ROLEThe feature id for the 'Controller Role' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_MAPPING__MAPPING
static final int CONTROLLER_MAPPING__MAPPINGThe feature id for the 'Mapping' container reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONTROLLER_MAPPING_FEATURE_COUNT
static final int CONTROLLER_MAPPING_FEATURE_COUNTThe number of structural features of the 'Controller Mapping' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getMapping
EClass getMapping()Returns the meta object for class 'Mapping
'.- Returns:
- the meta object for class 'Mapping'.
- See Also:
- Generated class or method.
-
getMapping_ControllerMappings
EReference getMapping_ControllerMappings()Returns the meta object for the containment reference list 'Controller Mappings
'.- Returns:
- the meta object for the containment reference list 'Controller Mappings'.
- See Also:
- Generated class or method.
-
getControllerMapping
EClass getControllerMapping()Returns the meta object for class 'Controller Mapping
'.- Returns:
- the meta object for class 'Controller Mapping'.
- See Also:
- Generated class or method.
-
getControllerMapping_MappedCall
EReference getControllerMapping_MappedCall()Returns the meta object for the reference 'Mapped Call
'.- Returns:
- the meta object for the reference 'Mapped Call'.
- See Also:
- Generated class or method.
-
getControllerMapping_ControllerRole
EReference getControllerMapping_ControllerRole()Returns the meta object for the reference 'Controller Role
'.- Returns:
- the meta object for the reference 'Controller Role'.
- See Also:
- Generated class or method.
-
getControllerMapping_Mapping
EReference getControllerMapping_Mapping()Returns the meta object for the container reference 'Mapping
'.- Returns:
- the meta object for the container reference 'Mapping'.
- See Also:
- Generated class or method.
-
getMappingFactory
MappingFactory getMappingFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-