Package com._1c.g5.v8.dt.style.model
Interface StylePackage.Literals
-
- Enclosing interface:
- StylePackage
public static interface StylePackage.LiteralsDefines 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
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClassBORDER_STYLE_ITEMThe meta object literal for the 'Border Style Item' class.static org.eclipse.emf.ecore.EReferenceBORDER_STYLE_ITEM__BORDERThe meta object literal for the 'Border' containment reference feature.static org.eclipse.emf.ecore.EClassCOLOR_STYLE_ITEMThe meta object literal for the 'Color Style Item' class.static org.eclipse.emf.ecore.EReferenceCOLOR_STYLE_ITEM__COLORThe meta object literal for the 'Color' containment reference feature.static org.eclipse.emf.ecore.EClassFONT_STYLE_ITEMThe meta object literal for the 'Font Style Item' class.static org.eclipse.emf.ecore.EReferenceFONT_STYLE_ITEM__FONTThe meta object literal for the 'Font' containment reference feature.static org.eclipse.emf.ecore.EClassSTYLEThe meta object literal for the 'Style' class.static org.eclipse.emf.ecore.EReferenceSTYLE__ITEMSThe meta object literal for the 'Items' containment reference list feature.static org.eclipse.emf.ecore.EClassSTYLE_ITEMThe meta object literal for the 'Item' class.
-
-
-
Field Detail
-
STYLE
static final org.eclipse.emf.ecore.EClass STYLE
The meta object literal for the 'Style' class.- See Also:
StyleImpl,StylePackageImpl.getStyle()
-
STYLE__ITEMS
static final org.eclipse.emf.ecore.EReference STYLE__ITEMS
The meta object literal for the 'Items' containment reference list feature.
-
STYLE_ITEM
static final org.eclipse.emf.ecore.EClass STYLE_ITEM
The meta object literal for the 'Item' class.- See Also:
StyleItemImpl,StylePackageImpl.getStyleItem()
-
COLOR_STYLE_ITEM
static final org.eclipse.emf.ecore.EClass COLOR_STYLE_ITEM
The meta object literal for the 'Color Style Item' class.
-
COLOR_STYLE_ITEM__COLOR
static final org.eclipse.emf.ecore.EReference COLOR_STYLE_ITEM__COLOR
The meta object literal for the 'Color' containment reference feature.
-
FONT_STYLE_ITEM
static final org.eclipse.emf.ecore.EClass FONT_STYLE_ITEM
The meta object literal for the 'Font Style Item' class.
-
FONT_STYLE_ITEM__FONT
static final org.eclipse.emf.ecore.EReference FONT_STYLE_ITEM__FONT
The meta object literal for the 'Font' containment reference feature.
-
BORDER_STYLE_ITEM
static final org.eclipse.emf.ecore.EClass BORDER_STYLE_ITEM
The meta object literal for the 'Border Style Item' class.
-
BORDER_STYLE_ITEM__BORDER
static final org.eclipse.emf.ecore.EReference BORDER_STYLE_ITEM__BORDER
The meta object literal for the 'Border' containment reference feature.
-
-