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

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

      static final int PCM_DATA_DICTIONARY
      The meta object id for the 'PCM Data Dictionary' class.
      See Also:
      Generated class or method.
    • PCM_DATA_DICTIONARY__ID

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

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

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

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

      static final int PCM_DATA_DICTIONARY__DATA_CHANNEL_BEHAVIOUR
      The feature id for the 'Data Channel Behaviour' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • PCM_DATA_DICTIONARY__REUSABLE_BEHAVIOURS

      static final int PCM_DATA_DICTIONARY__REUSABLE_BEHAVIOURS
      The feature id for the 'Reusable Behaviours' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • PCM_DATA_DICTIONARY_FEATURE_COUNT

      static final int PCM_DATA_DICTIONARY_FEATURE_COUNT
      The number of structural features of the 'PCM Data Dictionary' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details

    • getPCMDataDictionary

      EClass getPCMDataDictionary()
      Returns the meta object for class 'PCM Data Dictionary'.
      Returns:
      the meta object for class 'PCM Data Dictionary'.
      See Also:
      Generated class or method.
    • getDictionaryFactory

      DictionaryFactory getDictionaryFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.