Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.TableCommand
-
Packages that use TableCommand 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 TableCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TableCommand Modifier and Type Method Description TableCommand
MdClassFactory. createTableCommand()
Returns a new object of class 'Table Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type TableCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<TableCommand>
Table. getCommands()
Returns the value of the 'Commands' containment reference list. -
Uses of TableCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement TableCommand Modifier and Type Class Description class
TableCommandImpl
An implementation of the model object 'Table Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TableCommand Modifier and Type Method Description TableCommand
MdClassFactoryImpl. createTableCommand()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type TableCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<TableCommand>
TableImpl. getCommands()
-
Uses of TableCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TableCommand Modifier and Type Method Description T
MdClassSwitch. caseTableCommand(TableCommand object)
Returns the result of interpreting the object as an instance of 'Table Command'.boolean
MdClassValidator. validateTableCommand(TableCommand tableCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-