Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.BasicFeature
-
-
Uses of BasicFeature in com._1c.g5.v8.dt.erd.core.dataconverter.extensions
Method parameters in com._1c.g5.v8.dt.erd.core.dataconverter.extensions with type arguments of type BasicFeature Modifier and Type Method Description protected com._1c.g5.v8.dt.diagram.framework.model.Data
AbstractConverter. getAttributesPart(Collection<? extends BasicFeature> basicFeatures, FieldSource fieldSource)
Returns data for given attributes.protected com._1c.g5.v8.dt.diagram.framework.model.Data
AbstractConverter. getDataPart(Collection<? extends BasicFeature> basicFeatures, String dataPartName)
Returns data with given name for given features.protected com._1c.g5.v8.dt.diagram.framework.model.Data
AbstractRegisterConverter. getDimensionsPart(Collection<? extends BasicFeature> basicFeatures)
Returns data for given dimensions.protected com._1c.g5.v8.dt.diagram.framework.model.Data
AbstractRegisterConverter. getResourcesPart(Collection<? extends BasicFeature> basicFeatures)
Returns data for given resources. -
Uses of BasicFeature in com._1c.g5.v8.dt.md.import_.xml.reader
Methods in com._1c.g5.v8.dt.md.import_.xml.reader with parameters of type BasicFeature Modifier and Type Method Description protected void
AbstractMdXmlFileReader. readBasicFeature(IXmlNode node, BasicFeature basicFeature, Version version, XmlReaderResult xrr)
Read node to target metadata basic feature objectvoid
BasicMdXmlReaderHelper. readBasicFeature(IXmlNode node, BasicFeature basicFeature, Version version, IXmlReadErrorCollector errorCollector)
Read node to target metadata basic feature object -
Uses of BasicFeature 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 BasicFeature Modifier and Type Method Description protected void
AbstractMdXmlPartReader. readBasicFeature(IXmlNode node, BasicFeature basicFeature, Version version, IXmlReadErrorCollector errorCollector)
Read node to target metadata basic feature object -
Uses of BasicFeature in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type BasicFeature Modifier and Type Method Description protected void
BasicFeatureRule. buildForObject(BasicFeature basicFeature, IV8Project v8project)
-
Uses of BasicFeature in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards with type parameters of type BasicFeature Modifier and Type Class Description class
FixedFieldNameMatchingWizard<T extends BasicFeature>
Wizard that creates a newBasicFeature
element withFixedFieldDescriptor
name matching validation. -
Uses of BasicFeature in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of BasicFeature in com._1c.g5.v8.dt.metadata.mdclass Modifier and Type Interface Description interface
AccountingFlag
A representation of the model object 'Accounting Flag'.interface
AccountingRegisterAttribute
A representation of the model object 'Accounting Register Attribute'.interface
AccountingRegisterDimension
A representation of the model object 'Accounting Register Dimension'.interface
AccountingRegisterResource
A representation of the model object 'Accounting Register Resource'.interface
AccumulationRegisterAttribute
A representation of the model object 'Accumulation Register Attribute'.interface
AccumulationRegisterDimension
A representation of the model object 'Accumulation Register Dimension'.interface
AccumulationRegisterResource
A representation of the model object 'Accumulation Register Resource'.interface
AddressingAttribute
A representation of the model object 'Addressing Attribute'.interface
BusinessProcessAttribute
A representation of the model object 'Business Process Attribute'.interface
CalculationRegisterAttribute
A representation of the model object 'Calculation Register Attribute'.interface
CalculationRegisterDimension
A representation of the model object 'Calculation Register Dimension'.interface
CalculationRegisterResource
A representation of the model object 'Calculation Register Resource'.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
CommonAttribute
A representation of the model object 'Common Attribute'.interface
DataProcessorAttribute
A representation of the model object 'Data Processor Attribute'.interface
DataProcessorTabularSectionAttribute
A representation of the model object 'Data Processor Tabular Section Attribute'.interface
DbObjectAttribute
A representation of the model object 'Db Object Attribute'.interface
DocumentAttribute
A representation of the model object 'Document Attribute'.interface
ExchangePlanAttribute
A representation of the model object 'Exchange Plan Attribute'.interface
ExtDimensionAccountingFlag
A representation of the model object 'Ext Dimension Accounting Flag'.interface
HierarchicalDbObjectAttribute
A representation of the model object 'Hierarchical Db Object Attribute'.interface
InformationRegisterAttribute
A representation of the model object 'Information Register Attribute'.interface
InformationRegisterDimension
A representation of the model object 'Information Register Dimension'.interface
InformationRegisterResource
A representation of the model object 'Information Register Resource'.interface
RegisterAttribute
A representation of the model object 'Register Attribute'.interface
RegisterDimension
A representation of the model object 'Register Dimension'.interface
RegisterResource
A representation of the model object 'Register Resource'.interface
ReportAttribute
A representation of the model object 'Report Attribute'.interface
ReportTabularSectionAttribute
A representation of the model object 'Report Tabular Section Attribute'.interface
TabularSectionAttribute
A representation of the model object 'Tabular Section Attribute'.interface
TaskAttribute
A representation of the model object 'Task Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type BasicFeature Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicFeature>
SequenceDimension. getDocumentMap()
Returns the value of the 'Document Map' reference list.org.eclipse.emf.common.util.EList<BasicFeature>
RecalculationDimension. getLeadingRegisterData()
Returns the value of the 'Leading Register Data' reference list.org.eclipse.emf.common.util.EList<BasicFeature>
SequenceDimension. getRegisterRecordsMap()
Returns the value of the 'Register Records Map' reference list. -
Uses of BasicFeature in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement BasicFeature Modifier and Type Class Description class
AccountingFlagImpl
An implementation of the model object 'Accounting Flag'.class
AccountingRegisterAttributeImpl
An implementation of the model object 'Accounting Register Attribute'.class
AccountingRegisterDimensionImpl
An implementation of the model object 'Accounting Register Dimension'.class
AccountingRegisterResourceImpl
An implementation of the model object 'Accounting Register Resource'.class
AccumulationRegisterAttributeImpl
An implementation of the model object 'Accumulation Register Attribute'.class
AccumulationRegisterDimensionImpl
An implementation of the model object 'Accumulation Register Dimension'.class
AccumulationRegisterResourceImpl
An implementation of the model object 'Accumulation Register Resource'.class
AddressingAttributeImpl
An implementation of the model object 'Addressing Attribute'.class
BasicFeatureImpl
An implementation of the model object 'Basic Feature'.class
BusinessProcessAttributeImpl
An implementation of the model object 'Business Process Attribute'.class
CalculationRegisterAttributeImpl
An implementation of the model object 'Calculation Register Attribute'.class
CalculationRegisterDimensionImpl
An implementation of the model object 'Calculation Register Dimension'.class
CalculationRegisterResourceImpl
An implementation of the model object 'Calculation Register Resource'.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
CommonAttributeImpl
An implementation of the model object 'Common Attribute'.class
DataProcessorAttributeImpl
An implementation of the model object 'Data Processor Attribute'.class
DataProcessorTabularSectionAttributeImpl
An implementation of the model object 'Data Processor Tabular Section 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
ExtDimensionAccountingFlagImpl
An implementation of the model object 'Ext Dimension Accounting Flag'.class
HierarchicalDbObjectAttributeImpl
An implementation of the model object 'Hierarchical Db Object Attribute'.class
InformationRegisterAttributeImpl
An implementation of the model object 'Information Register Attribute'.class
InformationRegisterDimensionImpl
An implementation of the model object 'Information Register Dimension'.class
InformationRegisterResourceImpl
An implementation of the model object 'Information Register Resource'.class
RegisterAttributeImpl
An implementation of the model object 'Register Attribute'.class
RegisterDimensionImpl
An implementation of the model object 'Register Dimension'.class
RegisterResourceImpl
An implementation of the model object 'Register Resource'.class
ReportAttributeImpl
An implementation of the model object 'Report Attribute'.class
ReportTabularSectionAttributeImpl
An implementation of the model object 'Report Tabular Section Attribute'.class
TabularSectionAttributeImpl
An implementation of the model object 'Tabular Section Attribute'.class
TaskAttributeImpl
An implementation of the model object 'Task Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type BasicFeature Modifier and Type Method Description static List<? extends BasicFeature>
ValidationUtil. getAttributes(MdObject mdObject)
Gets md-object attributes.org.eclipse.emf.common.util.EList<BasicFeature>
SequenceDimensionImpl. getDocumentMap()
org.eclipse.emf.common.util.EList<BasicFeature>
RecalculationDimensionImpl. getLeadingRegisterData()
org.eclipse.emf.common.util.EList<BasicFeature>
SequenceDimensionImpl. getRegisterRecordsMap()
-
Uses of BasicFeature in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type BasicFeature Modifier and Type Method Description static Optional<List<BasicFeature>>
MdClassUtil. getAttributes(MdObject owner)
Searches for attributes, that are contained in owner objectMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type BasicFeature Modifier and Type Method Description T
MdClassSwitch. caseBasicFeature(BasicFeature object)
Returns the result of interpreting the object as an instance of 'Basic Feature'.boolean
MdClassValidator. validateBasicFeature(BasicFeature basicFeature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateBasicFeature_validate(BasicFeature basicFeature, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Basic Feature'.
-