Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardCommand
-
-
Uses of StandardCommand in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type StandardCommand Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
FormRuQualifiedNameProvider. _qualifiedName(StandardCommand standardCommand)
-
Uses of StandardCommand in com._1c.g5.v8.dt.form.service.command
Methods in com._1c.g5.v8.dt.form.service.command with parameters of type StandardCommand Modifier and Type Method Description String
ICommandNameService. getName(StandardCommand command)
Get full command name -
Uses of StandardCommand in com._1c.g5.v8.dt.form.service.command.impl
Methods in com._1c.g5.v8.dt.form.service.command.impl with parameters of type StandardCommand Modifier and Type Method Description String
CommandNameService. getName(StandardCommand command)
-
Uses of StandardCommand in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type StandardCommand Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
MdRuQualifiedNameProvider. _computeFqn(StandardCommand cmd)
-
Uses of StandardCommand in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StandardCommand Modifier and Type Method Description StandardCommand
MdClassFactory. createStandardCommand()
Returns a new object of class 'Standard Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StandardCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandardCommand>
StandardCommandSource. getStandardCommands()
Returns the value of the 'Standard Commands' containment reference list. -
Uses of StandardCommand in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StandardCommand Modifier and Type Class Description class
StandardCommandImpl
An implementation of the model object 'Standard Command'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StandardCommand Modifier and Type Method Description StandardCommand
MdClassFactoryImpl. createStandardCommand()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StandardCommand Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandardCommand>
BasicDbObjectImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
BasicRegisterImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
CommonFormImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
ConstantImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
CubeImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
DataProcessorImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
DimensionTableImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
DocumentJournalImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
EnumImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
FilterCriterionImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
ReportImpl. getStandardCommands()
org.eclipse.emf.common.util.EList<StandardCommand>
TableImpl. getStandardCommands()
-
Uses of StandardCommand in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StandardCommand Modifier and Type Method Description T
MdClassSwitch. caseStandardCommand(StandardCommand object)
Returns the result of interpreting the object as an instance of 'Standard Command'.boolean
MdClassValidator. validateStandardCommand(StandardCommand standardCommand, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-