Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Recalculation
-
-
Uses of Recalculation in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Recalculation Modifier and Type Method Description Recalculation
RecalculationInitializer. create(IV8Project v8project, Version version)
-
Uses of Recalculation in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Recalculation Modifier and Type Method Description protected boolean
MdContextDefInferrer. _infer(Recalculation recalculation, IEObjectProvider typeProvider)
protected boolean
MdDbViewDefInferrer. _infer(Recalculation object)
protected boolean
MdDbViewFieldDefInferrer. _infer(Recalculation object, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _infer(Recalculation object)
protected boolean
MdTypeInferrer. _inferFrom(Recalculation object)
Property
MdTypeUtil. createPropertyFilterForRecalculation(Recalculation recalculation, IEObjectProvider typeProvider)
Creates dynamic property "Filter" forRecalculation
context def -
Uses of Recalculation in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Recalculation Modifier and Type Method Description Recalculation
MdClassFactory. createRecalculation()
Returns a new object of class 'Recalculation'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Recalculation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Recalculation>
CalculationRegister. getRecalculations()
Returns the value of the 'Recalculations' containment reference list. -
Uses of Recalculation in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Recalculation Modifier and Type Class Description class
RecalculationImpl
An implementation of the model object 'Recalculation'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Recalculation Modifier and Type Method Description Recalculation
MdClassFactoryImpl. createRecalculation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Recalculation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Recalculation>
CalculationRegisterImpl. getRecalculations()
-
Uses of Recalculation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Recalculation Modifier and Type Method Description T
MdClassSwitch. caseRecalculation(Recalculation object)
Returns the result of interpreting the object as an instance of 'Recalculation'.boolean
MdClassValidator. validateRecalculation(Recalculation recalculation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-