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 voidAbstractBasicFeatureXmlPartReader. readRegisterAttribute(IXmlNode node, RegisterAttribute attribute, Version version, IXmlReadErrorCollector errorCollector)Read node to targetRegisterAttributeobject -
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 interfaceAccountingRegisterAttributeA representation of the model object 'Accounting Register Attribute'.interfaceAccumulationRegisterAttributeA representation of the model object 'Accumulation Register Attribute'.interfaceCalculationRegisterAttributeA representation of the model object 'Calculation Register Attribute'.interfaceInformationRegisterAttributeA 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 classAccountingRegisterAttributeImplAn implementation of the model object 'Accounting Register Attribute'.classAccumulationRegisterAttributeImplAn implementation of the model object 'Accumulation Register Attribute'.classCalculationRegisterAttributeImplAn implementation of the model object 'Calculation Register Attribute'.classInformationRegisterAttributeImplAn implementation of the model object 'Information Register Attribute'.classRegisterAttributeImplAn 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 TMdClassSwitch. caseRegisterAttribute(RegisterAttribute object)Returns the result of interpreting the object as an instance of 'Register Attribute'.booleanMdClassValidator. validateRegisterAttribute(RegisterAttribute registerAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-