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 AbstractStyleMdClassFactory. createAbstractStyle()Returns a new object of class 'Abstract Style'.AbstractStyleStyle. 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 voidStyle. 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 classAbstractStyleImplAn 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 AbstractStyleMdClassFactoryImpl. createAbstractStyle()AbstractStyleStyleImpl. getStyle()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractStyle Modifier and Type Method Description voidStyleImpl. 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 TMdClassSwitch. caseAbstractStyle(AbstractStyle object)Returns the result of interpreting the object as an instance of 'Abstract Style'.booleanMdClassValidator. 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 interfaceStyleA 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 classStyleImplAn 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 TStyleSwitch. caseAbstractStyle(AbstractStyle object)Returns the result of interpreting the object as an instance of 'Abstract Style'.
-