public interface MappingPackage extends EPackage
MappingFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
MappingPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
EPackage.Descriptor, EPackage.Registry| Modifier and Type | Field and Description |
|---|---|
static int |
CONTROLLER_MAPPING
The meta object id for the '
Controller Mapping' class. |
static int |
CONTROLLER_MAPPING__CONTROLLER_ROLE
The feature id for the 'Controller Role' reference.
|
static int |
CONTROLLER_MAPPING__ENTITY_NAME
The feature id for the 'Entity Name' attribute.
|
static int |
CONTROLLER_MAPPING__ID
The feature id for the 'Id' attribute.
|
static int |
CONTROLLER_MAPPING__MAPPED_CALL
The feature id for the 'Mapped Call' reference.
|
static int |
CONTROLLER_MAPPING__MAPPING
The feature id for the 'Mapping' container reference.
|
static int |
CONTROLLER_MAPPING_FEATURE_COUNT
The number of structural features of the 'Controller Mapping' class.
|
static MappingPackage |
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 |
MAPPING
The meta object id for the '
Mapping'
class. |
static int |
MAPPING__CONTROLLER_MAPPINGS
The feature id for the 'Controller Mappings' containment reference list.
|
static int |
MAPPING__ENTITY_NAME
The feature id for the 'Entity Name' attribute.
|
static int |
MAPPING__ID
The feature id for the 'Id' attribute.
|
static int |
MAPPING_FEATURE_COUNT
The number of structural features of the 'Mapping' class.
|
| Modifier and Type | Method and Description |
|---|---|
EReference |
getControllerMapping_ControllerRole()
Returns the meta object for the reference '
Controller Role'. |
EReference |
getControllerMapping_MappedCall()
Returns the meta object for the reference '
Mapped Call'. |
EReference |
getControllerMapping_Mapping()
Returns the meta object for the container reference '
Mapping'. |
EClass |
getControllerMapping()
Returns the meta object for class '
Controller Mapping'. |
EReference |
getMapping_ControllerMappings()
Returns the meta object for the containment reference list '
Controller Mappings'. |
EClass |
getMapping()
Returns the meta object for class '
Mapping'. |
MappingFactory |
getMappingFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetName, setNamegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final MappingPackage eINSTANCE
static final int MAPPING
Mapping'
class. MappingImpl,
MappingPackageImpl.getMapping(),
Constant Field Valuesstatic final int MAPPING__ID
static final int MAPPING__ENTITY_NAME
static final int MAPPING__CONTROLLER_MAPPINGS
static final int MAPPING_FEATURE_COUNT
static final int CONTROLLER_MAPPING
Controller Mapping' class. ControllerMappingImpl,
MappingPackageImpl.getControllerMapping(),
Constant Field Valuesstatic final int CONTROLLER_MAPPING__ID
static final int CONTROLLER_MAPPING__ENTITY_NAME
static final int CONTROLLER_MAPPING__MAPPED_CALL
static final int CONTROLLER_MAPPING__CONTROLLER_ROLE
static final int CONTROLLER_MAPPING__MAPPING
static final int CONTROLLER_MAPPING_FEATURE_COUNT
EClass getMapping()
Mapping'. MappingEReference getMapping_ControllerMappings()
Controller Mappings'. Mapping.getControllerMappings(),
getMapping()EClass getControllerMapping()
Controller Mapping'. ControllerMappingEReference getControllerMapping_MappedCall()
Mapped Call'. ControllerMapping.getMappedCall(),
getControllerMapping()EReference getControllerMapping_ControllerRole()
Controller Role'. ControllerMapping.getControllerRole(),
getControllerMapping()EReference getControllerMapping_Mapping()
Mapping'. ControllerMapping.getMapping(),
getControllerMapping()MappingFactory getMappingFactory()