Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DbObjectAttribute
-
-
Uses of DbObjectAttribute 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 DbObjectAttribute Modifier and Type Method Description protected voidAbstractBasicFeatureXmlPartReader. readDbObjectAttribute(IXmlNode node, DbObjectAttribute attribute, Version version, IXmlReadErrorCollector errorCollector)Read node to targetDbObjectAttributeobject -
Uses of DbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of DbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interfaceBusinessProcessAttributeA representation of the model object 'Business Process Attribute'.interfaceCatalogAttributeA representation of the model object 'Catalog Attribute'.interfaceChartOfAccountsAttributeA representation of the model object 'Chart Of Accounts Attribute'.interfaceChartOfCalculationTypesAttributeA representation of the model object 'Chart Of Calculation Types Attribute'.interfaceChartOfCharacteristicTypesAttributeA representation of the model object 'Chart Of Characteristic Types Attribute'.interfaceDocumentAttributeA representation of the model object 'Document Attribute'.interfaceExchangePlanAttributeA representation of the model object 'Exchange Plan Attribute'.interfaceHierarchicalDbObjectAttributeA representation of the model object 'Hierarchical Db Object Attribute'.interfaceTaskAttributeA representation of the model object 'Task Attribute'. -
Uses of DbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DbObjectAttribute Modifier and Type Class Description classBusinessProcessAttributeImplAn implementation of the model object 'Business Process Attribute'.classCatalogAttributeImplAn implementation of the model object 'Catalog Attribute'.classChartOfAccountsAttributeImplAn implementation of the model object 'Chart Of Accounts Attribute'.classChartOfCalculationTypesAttributeImplAn implementation of the model object 'Chart Of Calculation Types Attribute'.classChartOfCharacteristicTypesAttributeImplAn implementation of the model object 'Chart Of Characteristic Types Attribute'.classDbObjectAttributeImplAn implementation of the model object 'Db Object Attribute'.classDocumentAttributeImplAn implementation of the model object 'Document Attribute'.classExchangePlanAttributeImplAn implementation of the model object 'Exchange Plan Attribute'.classHierarchicalDbObjectAttributeImplAn implementation of the model object 'Hierarchical Db Object Attribute'.classTaskAttributeImplAn implementation of the model object 'Task Attribute'. -
Uses of DbObjectAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DbObjectAttribute Modifier and Type Method Description TMdClassSwitch. caseDbObjectAttribute(DbObjectAttribute object)Returns the result of interpreting the object as an instance of 'Db Object Attribute'.booleanMdClassValidator. validateDbObjectAttribute(DbObjectAttribute dbObjectAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-