Interface MappingPackage.Literals
-
- Enclosing interface:
- MappingPackage
public 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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
CONTROLLER_MAPPING
The meta object literal for the 'Controller Mapping
' class.static EReference
CONTROLLER_MAPPING__CONTROLLER_ROLE
The meta object literal for the 'Controller Role' reference feature.static EReference
CONTROLLER_MAPPING__MAPPED_CALL
The meta object literal for the 'Mapped Call' reference feature.static EReference
CONTROLLER_MAPPING__MAPPING
The meta object literal for the 'Mapping' container reference feature.static EClass
MAPPING
The meta object literal for the 'Mapping
' class.static EReference
MAPPING__CONTROLLER_MAPPINGS
The meta object literal for the 'Controller Mappings' containment reference list feature.
-
-
-
Field Detail
-
MAPPING
static final EClass MAPPING
The meta object literal for the 'Mapping
' class.- See Also:
MappingImpl
,MappingPackageImpl.getMapping()
- Generated class or method.
-
MAPPING__CONTROLLER_MAPPINGS
static final EReference MAPPING__CONTROLLER_MAPPINGS
The meta object literal for the 'Controller Mappings' containment reference list feature.- Generated class or method.
-
CONTROLLER_MAPPING
static final EClass CONTROLLER_MAPPING
The meta object literal for the 'Controller Mapping
' class.- See Also:
ControllerMappingImpl
,MappingPackageImpl.getControllerMapping()
- Generated class or method.
-
CONTROLLER_MAPPING__MAPPED_CALL
static final EReference CONTROLLER_MAPPING__MAPPED_CALL
The meta object literal for the 'Mapped Call' reference feature.- Generated class or method.
-
CONTROLLER_MAPPING__CONTROLLER_ROLE
static final EReference CONTROLLER_MAPPING__CONTROLLER_ROLE
The meta object literal for the 'Controller Role' reference feature.- Generated class or method.
-
CONTROLLER_MAPPING__MAPPING
static final EReference CONTROLLER_MAPPING__MAPPING
The meta object literal for the 'Mapping' container reference feature.- Generated class or method.
-
-