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.VALUES
A public read-only list of all the 'Indexing' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return IndexingModifier and TypeMethodDescriptionstatic Indexing
Indexing.get
(int value) Returns the 'Indexing' literal with the specified integer value.static Indexing
Returns the 'Indexing' literal with the specified literal value.static Indexing
Returns 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 Indexing
Returns 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 TypeMethodDescriptionvoid
AddressingAttribute.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
Column.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
CommonAttribute.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
DbObjectAttribute.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
InformationRegisterResource.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
RegisterAttribute.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
RegisterDimension.setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.void
TabularSectionAttribute.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 TypeMethodDescriptionvoid
AddressingAttributeImpl.setIndexing
(Indexing newIndexing) void
ColumnImpl.setIndexing
(Indexing newIndexing) void
CommonAttributeImpl.setIndexing
(Indexing newIndexing) void
DbObjectAttributeImpl.setIndexing
(Indexing newIndexing) void
InformationRegisterResourceImpl.setIndexing
(Indexing newIndexing) void
RegisterAttributeImpl.setIndexing
(Indexing newIndexing) void
RegisterDimensionImpl.setIndexing
(Indexing newIndexing) void
TabularSectionAttributeImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateIndexing
(Indexing indexing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)