Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Constant
-
-
Uses of Constant in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return Constant Modifier and Type Method Description static ConstantTestMdObjectFactory. createConstant(String name)Creates Constant with name -
Uses of Constant in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Constant Modifier and Type Method Description ConstantConstantInitializer. create(IV8Project v8project, Version version) -
Uses of Constant in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Constant Modifier and Type Method Description protected booleanMdDbViewDefInferrer. _infer(Constant object)protected booleanMdDbViewFieldDefInferrer. _infer(Constant object, IEObjectProvider typeProvider)protected booleanMdImplicitRefInferrer. _infer(Constant object)protected booleanMdStdCommandInferrer. _infer(Constant constant, org.eclipse.xtext.resource.IEObjectDescription[] groups)Infers Constant standard commands.protected booleanMdFieldInferrer. _inferFrom(Constant object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode) -
Uses of Constant in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type Constant Modifier and Type Method Description protected voidConstantRule. buildForObject(Constant constant, IV8Project v8project) -
Uses of Constant in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Constant Modifier and Type Method Description ConstantMdClassFactory. createConstant()Returns a new object of class 'Constant'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Constant Modifier and Type Method Description org.eclipse.emf.common.util.EList<Constant>Configuration. getConstants()Returns the value of the 'Constants' reference list. -
Uses of Constant in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Constant Modifier and Type Class Description classConstantImplAn implementation of the model object 'Constant'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Constant Modifier and Type Method Description ConstantMdClassFactoryImpl. createConstant()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Constant Modifier and Type Method Description org.eclipse.emf.common.util.EList<Constant>ConfigurationImpl. getConstants() -
Uses of Constant in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Constant Modifier and Type Method Description TMdClassSwitch. caseConstant(Constant object)Returns the result of interpreting the object as an instance of 'Constant'.booleanMdClassValidator. validateConstant(Constant constant, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateConstant_validate(Constant constant, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Constant'.
-