Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.RegisterAttribute
-
-
Uses of RegisterAttribute 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 RegisterAttribute Modifier and Type Method Description protected void
AbstractBasicFeatureXmlPartReader. readRegisterAttribute(IXmlNode node, RegisterAttribute attribute, Version version, IXmlReadErrorCollector errorCollector)
Read node to targetRegisterAttribute
object -
Uses of RegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of RegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
AccountingRegisterAttribute
A representation of the model object 'Accounting Register Attribute'.interface
AccumulationRegisterAttribute
A representation of the model object 'Accumulation Register Attribute'.interface
CalculationRegisterAttribute
A representation of the model object 'Calculation Register Attribute'.interface
InformationRegisterAttribute
A representation of the model object 'Information Register Attribute'. -
Uses of RegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement RegisterAttribute Modifier and Type Class Description class
AccountingRegisterAttributeImpl
An implementation of the model object 'Accounting Register Attribute'.class
AccumulationRegisterAttributeImpl
An implementation of the model object 'Accumulation Register Attribute'.class
CalculationRegisterAttributeImpl
An implementation of the model object 'Calculation Register Attribute'.class
InformationRegisterAttributeImpl
An implementation of the model object 'Information Register Attribute'.class
RegisterAttributeImpl
An implementation of the model object 'Register Attribute'. -
Uses of RegisterAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type RegisterAttribute Modifier and Type Method Description T
MdClassSwitch. caseRegisterAttribute(RegisterAttribute object)
Returns the result of interpreting the object as an instance of 'Register Attribute'.boolean
MdClassValidator. validateRegisterAttribute(RegisterAttribute registerAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-