Interface MappingPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
MappingPackageImpl

public interface MappingPackage 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:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final MappingPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • MAPPING

      static final int MAPPING
      The meta object id for the 'Mapping' class.
      See Also:
      Generated class or method.
    • MAPPING__ID

      static final int MAPPING__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAPPING__ENTITY_NAME

      static final int MAPPING__ENTITY_NAME
      The feature id for the 'Entity Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAPPING__CONTROLLER_MAPPINGS

      static final int MAPPING__CONTROLLER_MAPPINGS
      The 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_COUNT
      The number of structural features of the 'Mapping' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONTROLLER_MAPPING

      static final int CONTROLLER_MAPPING
      The meta object id for the 'Controller Mapping' class.
      See Also:
      Generated class or method.
    • CONTROLLER_MAPPING__ID

      static final int CONTROLLER_MAPPING__ID
      The feature id for the 'Id' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONTROLLER_MAPPING__ENTITY_NAME

      static final int CONTROLLER_MAPPING__ENTITY_NAME
      The 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_CALL
      The 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_ROLE
      The feature id for the 'Controller Role' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONTROLLER_MAPPING__MAPPING

      static final int CONTROLLER_MAPPING__MAPPING
      The 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_COUNT
      The number of structural features of the 'Controller Mapping' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details