Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.EnumCommand
-
Packages that use EnumCommand 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 EnumCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return EnumCommand Modifier and Type Method Description EnumCommandMdClassFactory. createEnumCommand()Returns a new object of class 'Enum Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type EnumCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<EnumCommand>Enum. getCommands()Returns the value of the 'Commands' containment reference list. -
Uses of EnumCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement EnumCommand Modifier and Type Class Description classEnumCommandImplAn implementation of the model object 'Enum Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return EnumCommand Modifier and Type Method Description EnumCommandMdClassFactoryImpl. createEnumCommand()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type EnumCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<EnumCommand>EnumImpl. getCommands() -
Uses of EnumCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type EnumCommand Modifier and Type Method Description TMdClassSwitch. caseEnumCommand(EnumCommand object)Returns the result of interpreting the object as an instance of 'Enum Command'.booleanMdClassValidator. validateEnumCommand(EnumCommand enumCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-