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. VALUES
A 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 Indexing
Indexing. get(int value)
Returns the 'Indexing' literal with the specified integer value.static Indexing
Indexing. get(String literal)
Returns the 'Indexing' literal with the specified literal value.static Indexing
Indexing. getByName(String name)
Returns the 'Indexing' literal with the specified name.Indexing
AddressingAttribute. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
Column. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
CommonAttribute. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
DbObjectAttribute. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
InformationRegisterResource. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
RegisterAttribute. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
RegisterDimension. getIndexing()
Returns the value of the 'Indexing' attribute.Indexing
TabularSectionAttribute. getIndexing()
Returns the value of the 'Indexing' attribute.static Indexing
Indexing. 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 void
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 Indexing Modifier and Type Method Description Indexing
MdClassFactoryImpl. createIndexingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
Indexing
AddressingAttributeImpl. getIndexing()
Indexing
ColumnImpl. getIndexing()
Indexing
CommonAttributeImpl. getIndexing()
Indexing
DbObjectAttributeImpl. getIndexing()
Indexing
InformationRegisterResourceImpl. getIndexing()
Indexing
RegisterAttributeImpl. getIndexing()
Indexing
RegisterDimensionImpl. getIndexing()
Indexing
TabularSectionAttributeImpl. getIndexing()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Indexing Modifier and Type Method Description void
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 Indexing Modifier and Type Method Description boolean
MdClassValidator. validateIndexing(Indexing indexing, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-