Package com._1c.g5.v8.dt.style.model
Interface StylePackage.Literals
- Enclosing interface:
- StylePackage
public static interface StylePackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Border Style Item
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Border' containment reference feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Color Style Item
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Color' containment reference feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Font Style Item
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Font' containment reference feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'Style
' 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 'Item
' class.
-
Field Details
-
STYLE
static final org.eclipse.emf.ecore.EClass STYLEThe meta object literal for the 'Style
' class.- See Also:
-
STYLE__ITEMS
static final org.eclipse.emf.ecore.EReference STYLE__ITEMSThe meta object literal for the 'Items' containment reference list feature. -
STYLE_ITEM
static final org.eclipse.emf.ecore.EClass STYLE_ITEMThe meta object literal for the 'Item
' class.- See Also:
-
COLOR_STYLE_ITEM
static final org.eclipse.emf.ecore.EClass COLOR_STYLE_ITEMThe meta object literal for the 'Color Style Item
' class. -
COLOR_STYLE_ITEM__COLOR
static final org.eclipse.emf.ecore.EReference COLOR_STYLE_ITEM__COLORThe meta object literal for the 'Color' containment reference feature. -
FONT_STYLE_ITEM
static final org.eclipse.emf.ecore.EClass FONT_STYLE_ITEMThe meta object literal for the 'Font Style Item
' class. -
FONT_STYLE_ITEM__FONT
static final org.eclipse.emf.ecore.EReference FONT_STYLE_ITEM__FONTThe meta object literal for the 'Font' containment reference feature. -
BORDER_STYLE_ITEM
static final org.eclipse.emf.ecore.EClass BORDER_STYLE_ITEMThe meta object literal for the 'Border Style Item
' class. -
BORDER_STYLE_ITEM__BORDER
static final org.eclipse.emf.ecore.EReference BORDER_STYLE_ITEM__BORDERThe meta object literal for the 'Border' containment reference feature.
-