Uses of Enum Class
com.e1c.g5.v8.dt.md.aindex.IndexFieldKind
Packages that use IndexFieldKind
-
Uses of IndexFieldKind in com.e1c.g5.v8.dt.md.aindex
Methods in com.e1c.g5.v8.dt.md.aindex that return IndexFieldKindModifier and TypeMethodDescriptionAdditionalIndexElementDataProvider.getIndexFieldKind
(DbViewFieldDef field, Table table) Gets the classification of the index field source candidatestatic IndexFieldKind
Returns the enum constant of this class with the specified name.static IndexFieldKind[]
IndexFieldKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.v8.dt.md.aindex with parameters of type IndexFieldKindModifier and TypeMethodDescriptionAdditionalIndexElementDataProvider.getIndexElementData
(org.eclipse.emf.ecore.EObject sourceField, IndexFieldKind kind) Gets the data of the index element (based on 1C custom data processing for index fields)