Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CalculationRegisterResource
-
Packages that use CalculationRegisterResource 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 CalculationRegisterResource in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CalculationRegisterResource Modifier and Type Method Description CalculationRegisterResourceMdClassFactory. createCalculationRegisterResource()Returns a new object of class 'Calculation Register Resource'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CalculationRegisterResource Modifier and Type Method Description org.eclipse.emf.common.util.EList<CalculationRegisterResource>CalculationRegister. getResources()Returns the value of the 'Resources' containment reference list. -
Uses of CalculationRegisterResource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CalculationRegisterResource Modifier and Type Class Description classCalculationRegisterResourceImplAn implementation of the model object 'Calculation Register Resource'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CalculationRegisterResource Modifier and Type Method Description CalculationRegisterResourceMdClassFactoryImpl. createCalculationRegisterResource()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CalculationRegisterResource Modifier and Type Method Description org.eclipse.emf.common.util.EList<CalculationRegisterResource>CalculationRegisterImpl. getResources() -
Uses of CalculationRegisterResource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CalculationRegisterResource Modifier and Type Method Description TMdClassSwitch. caseCalculationRegisterResource(CalculationRegisterResource object)Returns the result of interpreting the object as an instance of 'Calculation Register Resource'.booleanMdClassValidator. validateCalculationRegisterResource(CalculationRegisterResource calculationRegisterResource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-