Package com._1c.g5.v8.dt.style.model
Interface StylePackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StylePackageImpl
public interface StylePackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
StyleFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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
Fields Modifier and Type Field Description static int
BORDER_STYLE_ITEM
The meta object id for the 'Border Style Item
' class.static int
BORDER_STYLE_ITEM__BORDER
The feature id for the 'Border' containment reference.static int
BORDER_STYLE_ITEM__NAME
The feature id for the 'Name' attribute.static int
BORDER_STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Border Style Item' class.static int
BORDER_STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Border Style Item' class.static int
COLOR_STYLE_ITEM
The meta object id for the 'Color Style Item
' class.static int
COLOR_STYLE_ITEM__COLOR
The feature id for the 'Color' containment reference.static int
COLOR_STYLE_ITEM__NAME
The feature id for the 'Name' attribute.static int
COLOR_STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Color Style Item' class.static int
COLOR_STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Color Style Item' class.static StylePackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
FONT_STYLE_ITEM
The meta object id for the 'Font Style Item
' class.static int
FONT_STYLE_ITEM__FONT
The feature id for the 'Font' containment reference.static int
FONT_STYLE_ITEM__NAME
The feature id for the 'Name' attribute.static int
FONT_STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Font Style Item' class.static int
FONT_STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Font Style Item' class.static int
STYLE
The meta object id for the 'Style
' class.static int
STYLE__ITEMS
The feature id for the 'Items' containment reference list.static int
STYLE__MD_STYLE
The feature id for the 'Md Style' reference.static int
STYLE_FEATURE_COUNT
The number of structural features of the 'Style' class.static int
STYLE_ITEM
The meta object id for the 'Item
' class.static int
STYLE_ITEM__NAME
The feature id for the 'Name' attribute.static int
STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Item' class.static int
STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Item' class.static int
STYLE_OPERATION_COUNT
The number of operations of the 'Style' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getBorderStyleItem()
Returns the meta object for class 'Border Style Item
'.org.eclipse.emf.ecore.EReference
getBorderStyleItem_Border()
Returns the meta object for the containment reference 'Border
'.org.eclipse.emf.ecore.EClass
getColorStyleItem()
Returns the meta object for class 'Color Style Item
'.org.eclipse.emf.ecore.EReference
getColorStyleItem_Color()
Returns the meta object for the containment reference 'Color
'.org.eclipse.emf.ecore.EClass
getFontStyleItem()
Returns the meta object for class 'Font Style Item
'.org.eclipse.emf.ecore.EReference
getFontStyleItem_Font()
Returns the meta object for the containment reference 'Font
'.org.eclipse.emf.ecore.EClass
getStyle()
Returns the meta object for class 'Style
'.org.eclipse.emf.ecore.EReference
getStyle_Items()
Returns the meta object for the containment reference list 'Items
'.StyleFactory
getStyleFactory()
Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClass
getStyleItem()
Returns the meta object for class 'Item
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final StylePackage eINSTANCE
The singleton instance of the package.
-
STYLE
static final int STYLE
The meta object id for the 'Style
' class.
-
STYLE__MD_STYLE
static final int STYLE__MD_STYLE
The feature id for the 'Md Style' reference.- See Also:
- Constant Field Values
-
STYLE__ITEMS
static final int STYLE__ITEMS
The feature id for the 'Items' containment reference list.- See Also:
- Constant Field Values
-
STYLE_FEATURE_COUNT
static final int STYLE_FEATURE_COUNT
The number of structural features of the 'Style' class.- See Also:
- Constant Field Values
-
STYLE_OPERATION_COUNT
static final int STYLE_OPERATION_COUNT
The number of operations of the 'Style' class.- See Also:
- Constant Field Values
-
STYLE_ITEM
static final int STYLE_ITEM
The meta object id for the 'Item
' class.
-
STYLE_ITEM__NAME
static final int STYLE_ITEM__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
STYLE_ITEM_FEATURE_COUNT
static final int STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Item' class.- See Also:
- Constant Field Values
-
STYLE_ITEM_OPERATION_COUNT
static final int STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Item' class.- See Also:
- Constant Field Values
-
COLOR_STYLE_ITEM
static final int COLOR_STYLE_ITEM
The meta object id for the 'Color Style Item
' class.
-
COLOR_STYLE_ITEM__NAME
static final int COLOR_STYLE_ITEM__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
COLOR_STYLE_ITEM__COLOR
static final int COLOR_STYLE_ITEM__COLOR
The feature id for the 'Color' containment reference.- See Also:
- Constant Field Values
-
COLOR_STYLE_ITEM_FEATURE_COUNT
static final int COLOR_STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Color Style Item' class.- See Also:
- Constant Field Values
-
COLOR_STYLE_ITEM_OPERATION_COUNT
static final int COLOR_STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Color Style Item' class.- See Also:
- Constant Field Values
-
FONT_STYLE_ITEM
static final int FONT_STYLE_ITEM
The meta object id for the 'Font Style Item
' class.
-
FONT_STYLE_ITEM__NAME
static final int FONT_STYLE_ITEM__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
FONT_STYLE_ITEM__FONT
static final int FONT_STYLE_ITEM__FONT
The feature id for the 'Font' containment reference.- See Also:
- Constant Field Values
-
FONT_STYLE_ITEM_FEATURE_COUNT
static final int FONT_STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Font Style Item' class.- See Also:
- Constant Field Values
-
FONT_STYLE_ITEM_OPERATION_COUNT
static final int FONT_STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Font Style Item' class.- See Also:
- Constant Field Values
-
BORDER_STYLE_ITEM
static final int BORDER_STYLE_ITEM
The meta object id for the 'Border Style Item
' class.
-
BORDER_STYLE_ITEM__NAME
static final int BORDER_STYLE_ITEM__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
BORDER_STYLE_ITEM__BORDER
static final int BORDER_STYLE_ITEM__BORDER
The feature id for the 'Border' containment reference.- See Also:
- Constant Field Values
-
BORDER_STYLE_ITEM_FEATURE_COUNT
static final int BORDER_STYLE_ITEM_FEATURE_COUNT
The number of structural features of the 'Border Style Item' class.- See Also:
- Constant Field Values
-
BORDER_STYLE_ITEM_OPERATION_COUNT
static final int BORDER_STYLE_ITEM_OPERATION_COUNT
The number of operations of the 'Border Style Item' class.- See Also:
- Constant Field Values
-
-
Method Detail
-
getStyle
org.eclipse.emf.ecore.EClass getStyle()
Returns the meta object for class 'Style
'.- Returns:
- the meta object for class 'Style'.
- See Also:
Style
-
getStyle_Items
org.eclipse.emf.ecore.EReference getStyle_Items()
Returns the meta object for the containment reference list 'Items
'.- Returns:
- the meta object for the containment reference list 'Items'.
- See Also:
Style.getItems()
,getStyle()
-
getStyleItem
org.eclipse.emf.ecore.EClass getStyleItem()
Returns the meta object for class 'Item
'.- Returns:
- the meta object for class 'Item'.
- See Also:
StyleItem
-
getColorStyleItem
org.eclipse.emf.ecore.EClass getColorStyleItem()
Returns the meta object for class 'Color Style Item
'.- Returns:
- the meta object for class 'Color Style Item'.
- See Also:
ColorStyleItem
-
getColorStyleItem_Color
org.eclipse.emf.ecore.EReference getColorStyleItem_Color()
Returns the meta object for the containment reference 'Color
'.- Returns:
- the meta object for the containment reference 'Color'.
- See Also:
ColorStyleItem.getColor()
,getColorStyleItem()
-
getFontStyleItem
org.eclipse.emf.ecore.EClass getFontStyleItem()
Returns the meta object for class 'Font Style Item
'.- Returns:
- the meta object for class 'Font Style Item'.
- See Also:
FontStyleItem
-
getFontStyleItem_Font
org.eclipse.emf.ecore.EReference getFontStyleItem_Font()
Returns the meta object for the containment reference 'Font
'.- Returns:
- the meta object for the containment reference 'Font'.
- See Also:
FontStyleItem.getFont()
,getFontStyleItem()
-
getBorderStyleItem
org.eclipse.emf.ecore.EClass getBorderStyleItem()
Returns the meta object for class 'Border Style Item
'.- Returns:
- the meta object for class 'Border Style Item'.
- See Also:
BorderStyleItem
-
getBorderStyleItem_Border
org.eclipse.emf.ecore.EReference getBorderStyleItem_Border()
Returns the meta object for the containment reference 'Border
'.- Returns:
- the meta object for the containment reference 'Border'.
- See Also:
BorderStyleItem.getBorder()
,getBorderStyleItem()
-
getStyleFactory
StyleFactory getStyleFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-
-