Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.RegisterResource
-
Packages that use RegisterResource Package Description com._1c.g5.v8.dt.md.import_.xml.reader.part 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 RegisterResource in com._1c.g5.v8.dt.md.import_.xml.reader.part
Methods in com._1c.g5.v8.dt.md.import_.xml.reader.part with parameters of type RegisterResource Modifier and Type Method Description protected voidAbstractBasicFeatureXmlPartReader. readRegisterResource(IXmlNode node, RegisterResource resource, Version version, IXmlReadErrorCollector errorCollector)Read node to targetRegisterResourceobject -
Uses of RegisterResource in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of RegisterResource in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceAccountingRegisterResourceA representation of the model object 'Accounting Register Resource'.interfaceAccumulationRegisterResourceA representation of the model object 'Accumulation Register Resource'.interfaceCalculationRegisterResourceA representation of the model object 'Calculation Register Resource'.interfaceInformationRegisterResourceA representation of the model object 'Information Register Resource'. -
Uses of RegisterResource in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement RegisterResource Modifier and Type Class Description classAccountingRegisterResourceImplAn implementation of the model object 'Accounting Register Resource'.classAccumulationRegisterResourceImplAn implementation of the model object 'Accumulation Register Resource'.classCalculationRegisterResourceImplAn implementation of the model object 'Calculation Register Resource'.classInformationRegisterResourceImplAn implementation of the model object 'Information Register Resource'.classRegisterResourceImplAn implementation of the model object 'Register Resource'. -
Uses of RegisterResource in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type RegisterResource Modifier and Type Method Description TMdClassSwitch. caseRegisterResource(RegisterResource object)Returns the result of interpreting the object as an instance of 'Register Resource'.booleanMdClassValidator. validateRegisterResource(RegisterResource registerResource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-