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 void
AbstractBasicFeatureXmlPartReader. readDbObjectAttribute(IXmlNode node, DbObjectAttribute attribute, Version version, IXmlReadErrorCollector errorCollector)
Read node to targetDbObjectAttribute
object -
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 interface
BusinessProcessAttribute
A representation of the model object 'Business Process Attribute'.interface
CatalogAttribute
A representation of the model object 'Catalog Attribute'.interface
ChartOfAccountsAttribute
A representation of the model object 'Chart Of Accounts Attribute'.interface
ChartOfCalculationTypesAttribute
A representation of the model object 'Chart Of Calculation Types Attribute'.interface
ChartOfCharacteristicTypesAttribute
A representation of the model object 'Chart Of Characteristic Types Attribute'.interface
DocumentAttribute
A representation of the model object 'Document Attribute'.interface
ExchangePlanAttribute
A representation of the model object 'Exchange Plan Attribute'.interface
HierarchicalDbObjectAttribute
A representation of the model object 'Hierarchical Db Object Attribute'.interface
TaskAttribute
A 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 class
BusinessProcessAttributeImpl
An implementation of the model object 'Business Process Attribute'.class
CatalogAttributeImpl
An implementation of the model object 'Catalog Attribute'.class
ChartOfAccountsAttributeImpl
An implementation of the model object 'Chart Of Accounts Attribute'.class
ChartOfCalculationTypesAttributeImpl
An implementation of the model object 'Chart Of Calculation Types Attribute'.class
ChartOfCharacteristicTypesAttributeImpl
An implementation of the model object 'Chart Of Characteristic Types Attribute'.class
DbObjectAttributeImpl
An implementation of the model object 'Db Object Attribute'.class
DocumentAttributeImpl
An implementation of the model object 'Document Attribute'.class
ExchangePlanAttributeImpl
An implementation of the model object 'Exchange Plan Attribute'.class
HierarchicalDbObjectAttributeImpl
An implementation of the model object 'Hierarchical Db Object Attribute'.class
TaskAttributeImpl
An 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 T
MdClassSwitch. caseDbObjectAttribute(DbObjectAttribute object)
Returns the result of interpreting the object as an instance of 'Db Object Attribute'.boolean
MdClassValidator. validateDbObjectAttribute(DbObjectAttribute dbObjectAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-