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 Constant
TestMdObjectFactory. 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 Constant
ConstantInitializer. 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 boolean
MdContextDefInferrer. _infer(Constant constant, IEObjectProvider typeProvider)
protected boolean
MdDbViewDefInferrer. _infer(Constant object)
protected boolean
MdDbViewFieldDefInferrer. _infer(Constant object, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(Constant object)
protected boolean
MdStdCommandInferrer. _infer(Constant constant, org.eclipse.xtext.resource.IEObjectDescription[] groups)
Infers Constant standard commands.protected boolean
MdFieldInferrer. _inferFrom(Constant object, IEObjectProvider typeProvider, CompatibilityMode compatibilityMode)
protected boolean
MdTypeInferrer. _inferFrom(Constant object)
-
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 void
ConstantRule. 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 Constant
MdClassFactory. 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 class
ConstantImpl
An implementation of the model object 'Constant'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Constant Modifier and Type Method Description Constant
MdClassFactoryImpl. 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 T
MdClassSwitch. caseConstant(Constant object)
Returns the result of interpreting the object as an instance of 'Constant'.boolean
MdClassValidator. validateConstant(Constant constant, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateConstant_validate(Constant constant, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Constant'.
-