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 DocumentCommand
MdClassFactory. 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 class
DocumentCommandImpl
An 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 DocumentCommand
MdClassFactoryImpl. 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 T
MdClassSwitch. caseDocumentCommand(DocumentCommand object)
Returns the result of interpreting the object as an instance of 'Document Command'.boolean
MdClassValidator. validateDocumentCommand(DocumentCommand documentCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-