Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentJournalCommand
-
Packages that use DocumentJournalCommand 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 DocumentJournalCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentJournalCommand Modifier and Type Method Description DocumentJournalCommandMdClassFactory. createDocumentJournalCommand()Returns a new object of class 'Document Journal Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DocumentJournalCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentJournalCommand>DocumentJournal. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of DocumentJournalCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DocumentJournalCommand Modifier and Type Class Description classDocumentJournalCommandImplAn implementation of the model object 'Document Journal Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentJournalCommand Modifier and Type Method Description DocumentJournalCommandMdClassFactoryImpl. createDocumentJournalCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentJournalCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<DocumentJournalCommand>DocumentJournalImpl. getCommands() -
Uses of DocumentJournalCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentJournalCommand Modifier and Type Method Description TMdClassSwitch. caseDocumentJournalCommand(DocumentJournalCommand object)Returns the result of interpreting the object as an instance of 'Document Journal Command'.booleanMdClassValidator. validateDocumentJournalCommand(DocumentJournalCommand documentJournalCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-