Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractStyle
-
-
Uses of AbstractStyle in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractStyle Modifier and Type Method Description AbstractStyle
MdClassFactory. createAbstractStyle()
Returns a new object of class 'Abstract Style'.AbstractStyle
Style. getStyle()
Returns the value of the 'Style' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractStyle Modifier and Type Method Description void
Style. setStyle(AbstractStyle value)
Sets the value of the 'Style
' reference. -
Uses of AbstractStyle in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractStyle Modifier and Type Class Description class
AbstractStyleImpl
An implementation of the model object 'Abstract Style'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractStyle Modifier and Type Method Description AbstractStyle
MdClassFactoryImpl. createAbstractStyle()
AbstractStyle
StyleImpl. getStyle()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractStyle Modifier and Type Method Description void
StyleImpl. setStyle(AbstractStyle newStyle)
-
Uses of AbstractStyle in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractStyle Modifier and Type Method Description T
MdClassSwitch. caseAbstractStyle(AbstractStyle object)
Returns the result of interpreting the object as an instance of 'Abstract Style'.boolean
MdClassValidator. validateAbstractStyle(AbstractStyle abstractStyle, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AbstractStyle in com._1c.g5.v8.dt.style.model
Subinterfaces of AbstractStyle in com._1c.g5.v8.dt.style.model Modifier and Type Interface Description interface
Style
A representation of the model object 'Style'. -
Uses of AbstractStyle in com._1c.g5.v8.dt.style.model.impl
Classes in com._1c.g5.v8.dt.style.model.impl that implement AbstractStyle Modifier and Type Class Description class
StyleImpl
An implementation of the model object 'Style'. -
Uses of AbstractStyle in com._1c.g5.v8.dt.style.model.util
Methods in com._1c.g5.v8.dt.style.model.util with parameters of type AbstractStyle Modifier and Type Method Description T
StyleSwitch. caseAbstractStyle(AbstractStyle object)
Returns the result of interpreting the object as an instance of 'Abstract Style'.
-