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

public interface CharacteristicsPackage 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 CharacteristicsPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • CHARACTERISTIC_TYPE_DICTIONARY

      static final int CHARACTERISTIC_TYPE_DICTIONARY
      The meta object id for the 'Characteristic Type Dictionary' class.
      See Also:
      Generated class or method.
    • CHARACTERISTIC_TYPE_DICTIONARY__ID

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

      static final int CHARACTERISTIC_TYPE_DICTIONARY__CHARACTERISTIC_TYPES
      The feature id for the 'Characteristic Types' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CHARACTERISTIC_TYPE_DICTIONARY__CHARACTERISTIC_ENUMERATIONS

      static final int CHARACTERISTIC_TYPE_DICTIONARY__CHARACTERISTIC_ENUMERATIONS
      The feature id for the 'Characteristic Enumerations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CHARACTERISTIC_TYPE_DICTIONARY_FEATURE_COUNT

      static final int CHARACTERISTIC_TYPE_DICTIONARY_FEATURE_COUNT
      The number of structural features of the 'Characteristic Type Dictionary' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CHARACTERISTIC

      static final int CHARACTERISTIC
      The meta object id for the 'Characteristic' class.
      See Also:
      Generated class or method.
    • CHARACTERISTIC__ID

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

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

      static final int CHARACTERISTIC__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CHARACTERISTIC_FEATURE_COUNT

      static final int CHARACTERISTIC_FEATURE_COUNT
      The number of structural features of the 'Characteristic' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUM_CHARACTERISTIC

      static final int ENUM_CHARACTERISTIC
      The meta object id for the 'Enum Characteristic' class.
      See Also:
      Generated class or method.
    • ENUM_CHARACTERISTIC__ID

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

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

      static final int ENUM_CHARACTERISTIC__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUM_CHARACTERISTIC__VALUES

      static final int ENUM_CHARACTERISTIC__VALUES
      The feature id for the 'Values' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUM_CHARACTERISTIC_FEATURE_COUNT

      static final int ENUM_CHARACTERISTIC_FEATURE_COUNT
      The number of structural features of the 'Enum Characteristic' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • DATA_TYPE_CHARACTERISTIC_TYPE

      static final int DATA_TYPE_CHARACTERISTIC_TYPE
      The meta object id for the 'Data Type Characteristic Type' class.
      See Also:
      Generated class or method.
    • DATA_TYPE_CHARACTERISTIC_TYPE__ID

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

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

      static final int DATA_TYPE_CHARACTERISTIC_TYPE_FEATURE_COUNT
      The number of structural features of the 'Data Type Characteristic Type' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • DATA_TYPE_CHARACTERISTIC

      static final int DATA_TYPE_CHARACTERISTIC
      The meta object id for the 'Data Type Characteristic' class.
      See Also:
      Generated class or method.
    • DATA_TYPE_CHARACTERISTIC__ID

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

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

      static final int DATA_TYPE_CHARACTERISTIC__TYPE
      The feature id for the 'Type' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • DATA_TYPE_CHARACTERISTIC__VALUES

      static final int DATA_TYPE_CHARACTERISTIC__VALUES
      The feature id for the 'Values' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • DATA_TYPE_CHARACTERISTIC_FEATURE_COUNT

      static final int DATA_TYPE_CHARACTERISTIC_FEATURE_COUNT
      The number of structural features of the 'Data Type Characteristic' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CHARACTERISTICS

      static final int CHARACTERISTICS
      The meta object id for the 'Characteristics' class.
      See Also:
      Generated class or method.
    • CHARACTERISTICS__ID

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

      static final int CHARACTERISTICS__CHARACTERISTICS
      The feature id for the 'Characteristics' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CHARACTERISTICS_FEATURE_COUNT

      static final int CHARACTERISTICS_FEATURE_COUNT
      The number of structural features of the 'Characteristics' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details