Package org.openhab.core.model.items
Interface ItemsPackage.Literals
- Enclosing interface:
- ItemsPackage
public static interface ItemsPackage.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 'Item Model
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Items' containment reference list feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Model Binding
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Configuration' 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.EAttribute
The meta object literal for the 'Type' attribute feature.static final org.eclipse.emf.ecore.EEnum
The meta object literal for the 'Model Group Function
' enum.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Model Group Item
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Args' attribute list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Function' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Model Item
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Bindings' containment reference list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Groups' attribute list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Icon' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Label' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Name' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Tags' attribute list 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 Normal Item
' class.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 feature.
-
Field Details
-
ITEM_MODEL
static final org.eclipse.emf.ecore.EClass ITEM_MODELThe meta object literal for the 'Item Model
' class.- See Also:
-
ITEM_MODEL__ITEMS
static final org.eclipse.emf.ecore.EReference ITEM_MODEL__ITEMSThe meta object literal for the 'Items' containment reference list feature. -
MODEL_ITEM
static final org.eclipse.emf.ecore.EClass MODEL_ITEMThe meta object literal for the 'Model Item
' class.- See Also:
-
MODEL_ITEM__NAME
static final org.eclipse.emf.ecore.EAttribute MODEL_ITEM__NAMEThe meta object literal for the 'Name' attribute feature. -
MODEL_ITEM__LABEL
static final org.eclipse.emf.ecore.EAttribute MODEL_ITEM__LABELThe meta object literal for the 'Label' attribute feature. -
MODEL_ITEM__ICON
static final org.eclipse.emf.ecore.EAttribute MODEL_ITEM__ICONThe meta object literal for the 'Icon' attribute feature. -
MODEL_ITEM__GROUPS
static final org.eclipse.emf.ecore.EAttribute MODEL_ITEM__GROUPSThe meta object literal for the 'Groups' attribute list feature. -
MODEL_ITEM__TAGS
static final org.eclipse.emf.ecore.EAttribute MODEL_ITEM__TAGSThe meta object literal for the 'Tags' attribute list feature. -
MODEL_ITEM__BINDINGS
static final org.eclipse.emf.ecore.EReference MODEL_ITEM__BINDINGSThe meta object literal for the 'Bindings' containment reference list feature. -
MODEL_ITEM__TYPE
static final org.eclipse.emf.ecore.EAttribute MODEL_ITEM__TYPEThe meta object literal for the 'Type' attribute feature. -
MODEL_GROUP_ITEM
static final org.eclipse.emf.ecore.EClass MODEL_GROUP_ITEMThe meta object literal for the 'Model Group Item
' class. -
MODEL_GROUP_ITEM__FUNCTION
static final org.eclipse.emf.ecore.EAttribute MODEL_GROUP_ITEM__FUNCTIONThe meta object literal for the 'Function' attribute feature. -
MODEL_GROUP_ITEM__ARGS
static final org.eclipse.emf.ecore.EAttribute MODEL_GROUP_ITEM__ARGSThe meta object literal for the 'Args' attribute list feature. -
MODEL_NORMAL_ITEM
static final org.eclipse.emf.ecore.EClass MODEL_NORMAL_ITEMThe meta object literal for the 'Model Normal Item
' class. -
MODEL_BINDING
static final org.eclipse.emf.ecore.EClass MODEL_BINDINGThe meta object literal for the 'Model Binding
' class. -
MODEL_BINDING__TYPE
static final org.eclipse.emf.ecore.EAttribute MODEL_BINDING__TYPEThe meta object literal for the 'Type' attribute feature. -
MODEL_BINDING__CONFIGURATION
static final org.eclipse.emf.ecore.EAttribute MODEL_BINDING__CONFIGURATIONThe meta object literal for the 'Configuration' attribute feature. -
MODEL_BINDING__PROPERTIES
static final org.eclipse.emf.ecore.EReference MODEL_BINDING__PROPERTIESThe meta object literal for the 'Properties' containment reference list 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 feature. -
MODEL_GROUP_FUNCTION
static final org.eclipse.emf.ecore.EEnum MODEL_GROUP_FUNCTIONThe meta object literal for the 'Model Group Function
' enum.
-