Package com.e1c.g5.v8.dt.md.aindex
Enum Class IndexFieldKind
- All Implemented Interfaces:
Serializable
,Comparable<IndexFieldKind>
,Constable
Kind of correspondence between index field and DB field
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndex field is directly corresponds to the DB field but takes the name of the corresponding basic featureIndex field is directly corresponds to the DB field -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexFieldKind
Returns the enum constant of this class with the specified name.static IndexFieldKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
DB_VIEW_DEF_DIRECT
Index field is directly corresponds to the DB field -
BASIC_FEATURE_NAME
Index field is directly corresponds to the DB field but takes the name of the corresponding basic feature -
ACC_REG_BALANCE_RESOURCE_CR
-
ACC_REG_BALANCE_RESOURCE_DR
-
ACC_REG_BALANCE_OR_TURNOVER_EXT_DIMENSION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-