Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CubeCommand
-
Packages that use CubeCommand 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 CubeCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CubeCommand Modifier and Type Method Description CubeCommandMdClassFactory. createCubeCommand()Returns a new object of class 'Cube Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CubeCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<CubeCommand>Cube. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of CubeCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CubeCommand Modifier and Type Class Description classCubeCommandImplAn implementation of the model object 'Cube Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CubeCommand Modifier and Type Method Description CubeCommandMdClassFactoryImpl. createCubeCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CubeCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<CubeCommand>CubeImpl. getCommands() -
Uses of CubeCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CubeCommand Modifier and Type Method Description TMdClassSwitch. caseCubeCommand(CubeCommand object)Returns the result of interpreting the object as an instance of 'Cube Command'.booleanMdClassValidator. validateCubeCommand(CubeCommand cubeCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-