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