Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Dimension
-
-
Uses of Dimension in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return Dimension Modifier and Type Method Description static DimensionTestMdObjectFactory. createDimension(String name)Creates Dimension with name -
Uses of Dimension in com._1c.g5.v8.dt.md.ui.wizards
Methods in com._1c.g5.v8.dt.md.ui.wizards that return types with arguments of type Dimension Modifier and Type Method Description protected MdObjectModel<Dimension>DimensionWizard. createMdObjectModel() -
Uses of Dimension in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type Dimension Modifier and Type Method Description voidMdValidator. checkDimensionType(Dimension dimension)Deprecated. -
Uses of Dimension in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Dimension Modifier and Type Method Description DimensionMdClassFactory. createDimension()Returns a new object of class 'Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Dimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<Dimension>Cube. getDimensions()Returns the value of the 'Dimensions' containment reference list. -
Uses of Dimension in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Dimension Modifier and Type Class Description classDimensionImplAn implementation of the model object 'Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Dimension Modifier and Type Method Description DimensionMdClassFactoryImpl. createDimension()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Dimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<Dimension>CubeImpl. getDimensions() -
Uses of Dimension in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type Dimension Modifier and Type Method Description static Optional<List<Dimension>>MdClassUtil. getDimensions(MdObject owner)Searches for dimension, that are contained in owner objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Dimension Modifier and Type Method Description TMdClassSwitch. caseDimension(Dimension object)Returns the result of interpreting the object as an instance of 'Dimension'.booleanMdClassValidator. validateDimension(Dimension dimension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-