Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.Indexing
-
Packages that use Indexing Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 Indexing Modifier and Type Field Description static List<Indexing>Indexing. VALUESA public read-only list of all the 'Indexing' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return Indexing Modifier and Type Method Description static IndexingIndexing. get(int value)Returns the 'Indexing' literal with the specified integer value.static IndexingIndexing. get(String literal)Returns the 'Indexing' literal with the specified literal value.static IndexingIndexing. getByName(String name)Returns the 'Indexing' literal with the specified name.IndexingAddressingAttribute. getIndexing()Returns the value of the 'Indexing' attribute.IndexingColumn. getIndexing()Returns the value of the 'Indexing' attribute.IndexingCommonAttribute. getIndexing()Returns the value of the 'Indexing' attribute.IndexingDbObjectAttribute. getIndexing()Returns the value of the 'Indexing' attribute.IndexingInformationRegisterResource. getIndexing()Returns the value of the 'Indexing' attribute.IndexingRegisterAttribute. getIndexing()Returns the value of the 'Indexing' attribute.IndexingRegisterDimension. getIndexing()Returns the value of the 'Indexing' attribute.IndexingTabularSectionAttribute. getIndexing()Returns the value of the 'Indexing' attribute.static IndexingIndexing. valueOf(String name)Returns the enum constant of this type with the specified name.static Indexing[]Indexing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Indexing Modifier and Type Method Description voidAddressingAttribute. 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 Indexing Modifier and Type Method Description IndexingMdClassFactoryImpl. createIndexingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)IndexingAddressingAttributeImpl. getIndexing()IndexingColumnImpl. getIndexing()IndexingCommonAttributeImpl. getIndexing()IndexingDbObjectAttributeImpl. getIndexing()IndexingInformationRegisterResourceImpl. getIndexing()IndexingRegisterAttributeImpl. getIndexing()IndexingRegisterDimensionImpl. getIndexing()IndexingTabularSectionAttributeImpl. getIndexing()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Indexing Modifier and Type Method Description voidAddressingAttributeImpl. 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 Indexing Modifier and Type Method Description booleanMdClassValidator. validateIndexing(Indexing indexing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-