Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DimensionTableCommand
-
Packages that use DimensionTableCommand Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of DimensionTableCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DimensionTableCommand Modifier and Type Method Description DimensionTableCommandMdClassFactory. createDimensionTableCommand()Returns a new object of class 'Dimension Table Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DimensionTableCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<DimensionTableCommand>DimensionTable. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of DimensionTableCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DimensionTableCommand Modifier and Type Class Description classDimensionTableCommandImplAn implementation of the model object 'Dimension Table Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DimensionTableCommand Modifier and Type Method Description DimensionTableCommandMdClassFactoryImpl. createDimensionTableCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DimensionTableCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<DimensionTableCommand>DimensionTableImpl. getCommands() -
Uses of DimensionTableCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DimensionTableCommand Modifier and Type Method Description TMdClassSwitch. caseDimensionTableCommand(DimensionTableCommand object)Returns the result of interpreting the object as an instance of 'Dimension Table Command'.booleanMdClassValidator. validateDimensionTableCommand(DimensionTableCommand dimensionTableCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-