Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CalculationRegisterAttribute
-
Packages that use CalculationRegisterAttribute 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 CalculationRegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CalculationRegisterAttribute Modifier and Type Method Description CalculationRegisterAttribute
MdClassFactory. createCalculationRegisterAttribute()
Returns a new object of class 'Calculation Register Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CalculationRegisterAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<CalculationRegisterAttribute>
CalculationRegister. getAttributes()
Returns the value of the 'Attributes' containment reference list. -
Uses of CalculationRegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CalculationRegisterAttribute Modifier and Type Class Description class
CalculationRegisterAttributeImpl
An implementation of the model object 'Calculation Register Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CalculationRegisterAttribute Modifier and Type Method Description CalculationRegisterAttribute
MdClassFactoryImpl. createCalculationRegisterAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CalculationRegisterAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<CalculationRegisterAttribute>
CalculationRegisterImpl. getAttributes()
-
Uses of CalculationRegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CalculationRegisterAttribute Modifier and Type Method Description T
MdClassSwitch. caseCalculationRegisterAttribute(CalculationRegisterAttribute object)
Returns the result of interpreting the object as an instance of 'Calculation Register Attribute'.boolean
MdClassValidator. validateCalculationRegisterAttribute(CalculationRegisterAttribute calculationRegisterAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-