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 void
AbstractBasicFeatureXmlPartReader. readRegisterResource(IXmlNode node, RegisterResource resource, Version version, IXmlReadErrorCollector errorCollector)
Read node to targetRegisterResource
object -
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 interface
AccountingRegisterResource
A representation of the model object 'Accounting Register Resource'.interface
AccumulationRegisterResource
A representation of the model object 'Accumulation Register Resource'.interface
CalculationRegisterResource
A representation of the model object 'Calculation Register Resource'.interface
InformationRegisterResource
A 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 class
AccountingRegisterResourceImpl
An implementation of the model object 'Accounting Register Resource'.class
AccumulationRegisterResourceImpl
An implementation of the model object 'Accumulation Register Resource'.class
CalculationRegisterResourceImpl
An implementation of the model object 'Calculation Register Resource'.class
InformationRegisterResourceImpl
An implementation of the model object 'Information Register Resource'.class
RegisterResourceImpl
An 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 T
MdClassSwitch. caseRegisterResource(RegisterResource object)
Returns the result of interpreting the object as an instance of 'Register Resource'.boolean
MdClassValidator. validateRegisterResource(RegisterResource registerResource, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-