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 CalculationRegisterAttributeMdClassFactory. 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 classCalculationRegisterAttributeImplAn 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 CalculationRegisterAttributeMdClassFactoryImpl. 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 TMdClassSwitch. caseCalculationRegisterAttribute(CalculationRegisterAttribute object)Returns the result of interpreting the object as an instance of 'Calculation Register Attribute'.booleanMdClassValidator. validateCalculationRegisterAttribute(CalculationRegisterAttribute calculationRegisterAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-