Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentCommand
-
Packages that use DocumentCommand 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 DocumentCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentCommand Modifier and Type Method Description DocumentCommandMdClassFactory. createDocumentCommand()Returns a new object of class 'Document Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DocumentCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentCommand>Document. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of DocumentCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DocumentCommand Modifier and Type Class Description classDocumentCommandImplAn implementation of the model object 'Document Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentCommand Modifier and Type Method Description DocumentCommandMdClassFactoryImpl. createDocumentCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentCommand>DocumentImpl. getCommands() -
Uses of DocumentCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentCommand Modifier and Type Method Description TMdClassSwitch. caseDocumentCommand(DocumentCommand object)Returns the result of interpreting the object as an instance of 'Document Command'.booleanMdClassValidator. validateDocumentCommand(DocumentCommand documentCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-