Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.Indexing
Packages that use Indexing
Package
Description
-
Uses of Indexing in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return types with arguments of type IndexingModifier and TypeMethodDescriptionprotected Collection<Indexing>IndexingComponent.getComboItems() -
Uses of Indexing in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type IndexingModifier and TypeFieldDescriptionIndexing.VALUESA public read-only list of all the 'Indexing' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return IndexingModifier and TypeMethodDescriptionstatic IndexingIndexing.get(int value) Returns the 'Indexing' literal with the specified integer value.static IndexingReturns the 'Indexing' literal with the specified literal value.static IndexingReturns the 'Indexing' literal with the specified name.AddressingAttribute.getIndexing()Returns the value of the 'Indexing' attribute.Column.getIndexing()Returns the value of the 'Indexing' attribute.CommonAttribute.getIndexing()Returns the value of the 'Indexing' attribute.DbObjectAttribute.getIndexing()Returns the value of the 'Indexing' attribute.InformationRegisterResource.getIndexing()Returns the value of the 'Indexing' attribute.RegisterAttribute.getIndexing()Returns the value of the 'Indexing' attribute.RegisterDimension.getIndexing()Returns the value of the 'Indexing' attribute.TabularSectionAttribute.getIndexing()Returns the value of the 'Indexing' attribute.static IndexingReturns the enum constant of this class with the specified name.static Indexing[]Indexing.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type IndexingModifier and TypeMethodDescriptionvoidAddressingAttribute.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidColumn.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidCommonAttribute.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidDbObjectAttribute.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidInformationRegisterResource.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidRegisterAttribute.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidRegisterDimension.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute.voidTabularSectionAttribute.setIndexing(Indexing value) Sets the value of the 'Indexing' attribute. -
Uses of Indexing in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return IndexingModifier and TypeMethodDescriptionMdClassFactoryImpl.createIndexingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) AddressingAttributeImpl.getIndexing()ColumnImpl.getIndexing()CommonAttributeImpl.getIndexing()DbObjectAttributeImpl.getIndexing()InformationRegisterResourceImpl.getIndexing()RegisterAttributeImpl.getIndexing()RegisterDimensionImpl.getIndexing()TabularSectionAttributeImpl.getIndexing()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type IndexingModifier and TypeMethodDescriptionvoidAddressingAttributeImpl.setIndexing(Indexing newIndexing) voidColumnImpl.setIndexing(Indexing newIndexing) voidCommonAttributeImpl.setIndexing(Indexing newIndexing) voidDbObjectAttributeImpl.setIndexing(Indexing newIndexing) voidInformationRegisterResourceImpl.setIndexing(Indexing newIndexing) voidRegisterAttributeImpl.setIndexing(Indexing newIndexing) voidRegisterDimensionImpl.setIndexing(Indexing newIndexing) voidTabularSectionAttributeImpl.setIndexing(Indexing newIndexing) -
Uses of Indexing in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type IndexingModifier and TypeMethodDescriptionbooleanMdClassValidator.validateIndexing(Indexing indexing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)