Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StyleItem
-
-
Uses of StyleItem in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return StyleItem Modifier and Type Method Description static StyleItem
TestMdObjectFactory. createStyleItem(String name)
Creates StyleItem with name -
Uses of StyleItem in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return StyleItem Modifier and Type Method Description StyleItem
StyleItemInitializer. create(IV8Project v8project, Version version)
-
Uses of StyleItem in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type StyleItem Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(StyleItem object)
protected boolean
MdStyleItemInferrer. _inferFrom(StyleItem object)
-
Uses of StyleItem in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type StyleItem Modifier and Type Method Description protected void
StyleItemRule. buildForObject(StyleItem object, IV8Project v8project)
-
Uses of StyleItem in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type StyleItem Modifier and Type Method Description void
MdValidator. checkStyleItemUniqName(StyleItem styleItem)
Deprecated. -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StyleItem Modifier and Type Method Description StyleItem
MdClassFactory. createStyleItem()
Returns a new object of class 'Style Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>
Configuration. getStyleItems()
Returns the value of the 'Style Items' reference list. -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StyleItem Modifier and Type Class Description class
StyleItemImpl
An implementation of the model object 'Style Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StyleItem Modifier and Type Method Description StyleItem
MdClassFactoryImpl. createStyleItem()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>
ConfigurationImpl. getStyleItems()
-
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StyleItem Modifier and Type Method Description T
MdClassSwitch. caseStyleItem(StyleItem object)
Returns the result of interpreting the object as an instance of 'Style Item'.boolean
MdClassValidator. validateStyleItem(StyleItem styleItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateStyleItem_validate(StyleItem styleItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Style Item'.
-