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 Dimension
TestMdObjectFactory. 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 void
MdValidator. checkDimensionType(Dimension dimension)
-
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 Dimension
MdClassFactory. 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 class
DimensionImpl
An implementation of the model object 'Dimension'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Dimension Modifier and Type Method Description Dimension
MdClassFactoryImpl. 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 T
MdClassSwitch. caseDimension(Dimension object)
Returns the result of interpreting the object as an instance of 'Dimension'.boolean
MdClassValidator. validateDimension(Dimension dimension, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-