Interface ThingPackage.Literals

Enclosing interface:
ThingPackage

public static interface ThingPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model Bridge' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Bridge' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Things' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model Channel' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Channel Kind' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Channel Type' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Type' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model Property' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Key' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Value' attribute list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model Property Container' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Id' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Label' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Properties' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model Thing' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Bridge UID' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Channels' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Location' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Thing Id' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Thing Type Id' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Model' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Things' containment reference list feature.
  • Field Details

    • THING_MODEL

      static final org.eclipse.emf.ecore.EClass THING_MODEL
      The meta object literal for the 'Model' class.
      See Also:
    • THING_MODEL__THINGS

      static final org.eclipse.emf.ecore.EReference THING_MODEL__THINGS
      The meta object literal for the 'Things' containment reference list feature.
    • MODEL_PROPERTY_CONTAINER

      static final org.eclipse.emf.ecore.EClass MODEL_PROPERTY_CONTAINER
      The meta object literal for the 'Model Property Container' class.
      See Also:
    • MODEL_PROPERTY_CONTAINER__ID

      static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY_CONTAINER__ID
      The meta object literal for the 'Id' attribute feature.
    • MODEL_PROPERTY_CONTAINER__LABEL

      static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY_CONTAINER__LABEL
      The meta object literal for the 'Label' attribute feature.
    • MODEL_PROPERTY_CONTAINER__PROPERTIES

      static final org.eclipse.emf.ecore.EReference MODEL_PROPERTY_CONTAINER__PROPERTIES
      The meta object literal for the 'Properties' containment reference list feature.
    • MODEL_THING

      static final org.eclipse.emf.ecore.EClass MODEL_THING
      The meta object literal for the 'Model Thing' class.
      See Also:
    • MODEL_THING__THING_TYPE_ID

      static final org.eclipse.emf.ecore.EAttribute MODEL_THING__THING_TYPE_ID
      The meta object literal for the 'Thing Type Id' attribute feature.
    • MODEL_THING__THING_ID

      static final org.eclipse.emf.ecore.EAttribute MODEL_THING__THING_ID
      The meta object literal for the 'Thing Id' attribute feature.
    • MODEL_THING__BRIDGE_UID

      static final org.eclipse.emf.ecore.EAttribute MODEL_THING__BRIDGE_UID
      The meta object literal for the 'Bridge UID' attribute feature.
    • MODEL_THING__LOCATION

      static final org.eclipse.emf.ecore.EAttribute MODEL_THING__LOCATION
      The meta object literal for the 'Location' attribute feature.
    • MODEL_THING__CHANNELS

      static final org.eclipse.emf.ecore.EReference MODEL_THING__CHANNELS
      The meta object literal for the 'Channels' containment reference list feature.
    • MODEL_CHANNEL

      static final org.eclipse.emf.ecore.EClass MODEL_CHANNEL
      The meta object literal for the 'Model Channel' class.
      See Also:
    • MODEL_CHANNEL__CHANNEL_KIND

      static final org.eclipse.emf.ecore.EAttribute MODEL_CHANNEL__CHANNEL_KIND
      The meta object literal for the 'Channel Kind' attribute feature.
    • MODEL_CHANNEL__TYPE

      static final org.eclipse.emf.ecore.EAttribute MODEL_CHANNEL__TYPE
      The meta object literal for the 'Type' attribute feature.
    • MODEL_CHANNEL__CHANNEL_TYPE

      static final org.eclipse.emf.ecore.EAttribute MODEL_CHANNEL__CHANNEL_TYPE
      The meta object literal for the 'Channel Type' attribute feature.
    • MODEL_PROPERTY

      static final org.eclipse.emf.ecore.EClass MODEL_PROPERTY
      The meta object literal for the 'Model Property' class.
      See Also:
    • MODEL_PROPERTY__KEY

      static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY__KEY
      The meta object literal for the 'Key' attribute feature.
    • MODEL_PROPERTY__VALUE

      static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY__VALUE
      The meta object literal for the 'Value' attribute list feature.
    • MODEL_BRIDGE

      static final org.eclipse.emf.ecore.EClass MODEL_BRIDGE
      The meta object literal for the 'Model Bridge' class.
      See Also:
    • MODEL_BRIDGE__BRIDGE

      static final org.eclipse.emf.ecore.EAttribute MODEL_BRIDGE__BRIDGE
      The meta object literal for the 'Bridge' attribute feature.
    • MODEL_BRIDGE__THINGS

      static final org.eclipse.emf.ecore.EReference MODEL_BRIDGE__THINGS
      The meta object literal for the 'Things' containment reference list feature.