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
Modifier and TypeFieldDescriptionstatic 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_MODELThe meta object literal for the 'Model
' class. -
THING_MODEL__THINGS
static final org.eclipse.emf.ecore.EReference THING_MODEL__THINGSThe meta object literal for the 'Things' containment reference list feature. -
MODEL_PROPERTY_CONTAINER
static final org.eclipse.emf.ecore.EClass MODEL_PROPERTY_CONTAINERThe meta object literal for the 'Model Property Container
' class. -
MODEL_PROPERTY_CONTAINER__ID
static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY_CONTAINER__IDThe meta object literal for the 'Id' attribute feature. -
MODEL_PROPERTY_CONTAINER__LABEL
static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY_CONTAINER__LABELThe meta object literal for the 'Label' attribute feature. -
MODEL_PROPERTY_CONTAINER__PROPERTIES
static final org.eclipse.emf.ecore.EReference MODEL_PROPERTY_CONTAINER__PROPERTIESThe meta object literal for the 'Properties' containment reference list feature. -
MODEL_THING
static final org.eclipse.emf.ecore.EClass MODEL_THINGThe meta object literal for the 'Model Thing
' class. -
MODEL_THING__THING_TYPE_ID
static final org.eclipse.emf.ecore.EAttribute MODEL_THING__THING_TYPE_IDThe meta object literal for the 'Thing Type Id' attribute feature. -
MODEL_THING__THING_ID
static final org.eclipse.emf.ecore.EAttribute MODEL_THING__THING_IDThe meta object literal for the 'Thing Id' attribute feature. -
MODEL_THING__BRIDGE_UID
static final org.eclipse.emf.ecore.EAttribute MODEL_THING__BRIDGE_UIDThe meta object literal for the 'Bridge UID' attribute feature. -
MODEL_THING__LOCATION
static final org.eclipse.emf.ecore.EAttribute MODEL_THING__LOCATIONThe meta object literal for the 'Location' attribute feature. -
MODEL_THING__CHANNELS
static final org.eclipse.emf.ecore.EReference MODEL_THING__CHANNELSThe meta object literal for the 'Channels' containment reference list feature. -
MODEL_CHANNEL
static final org.eclipse.emf.ecore.EClass MODEL_CHANNELThe meta object literal for the 'Model Channel
' class. -
MODEL_CHANNEL__CHANNEL_KIND
static final org.eclipse.emf.ecore.EAttribute MODEL_CHANNEL__CHANNEL_KINDThe meta object literal for the 'Channel Kind' attribute feature. -
MODEL_CHANNEL__TYPE
static final org.eclipse.emf.ecore.EAttribute MODEL_CHANNEL__TYPEThe meta object literal for the 'Type' attribute feature. -
MODEL_CHANNEL__CHANNEL_TYPE
static final org.eclipse.emf.ecore.EAttribute MODEL_CHANNEL__CHANNEL_TYPEThe meta object literal for the 'Channel Type' attribute feature. -
MODEL_PROPERTY
static final org.eclipse.emf.ecore.EClass MODEL_PROPERTYThe meta object literal for the 'Model Property
' class. -
MODEL_PROPERTY__KEY
static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY__KEYThe meta object literal for the 'Key' attribute feature. -
MODEL_PROPERTY__VALUE
static final org.eclipse.emf.ecore.EAttribute MODEL_PROPERTY__VALUEThe meta object literal for the 'Value' attribute list feature. -
MODEL_BRIDGE
static final org.eclipse.emf.ecore.EClass MODEL_BRIDGEThe meta object literal for the 'Model Bridge
' class. -
MODEL_BRIDGE__BRIDGE
static final org.eclipse.emf.ecore.EAttribute MODEL_BRIDGE__BRIDGEThe meta object literal for the 'Bridge' attribute feature. -
MODEL_BRIDGE__THINGS
static final org.eclipse.emf.ecore.EReference MODEL_BRIDGE__THINGSThe meta object literal for the 'Things' containment reference list feature.
-