Enum Class IndexFieldKind

java.lang.Object
java.lang.Enum<IndexFieldKind>
com.e1c.g5.v8.dt.md.aindex.IndexFieldKind
All Implemented Interfaces:
Serializable, Comparable<IndexFieldKind>, Constable

public enum IndexFieldKind extends Enum<IndexFieldKind>
Kind of correspondence between index field and DB field
  • Enum Constant Details

    • UNKNOWN

      public static final IndexFieldKind UNKNOWN
    • DB_VIEW_DEF_DIRECT

      public static final IndexFieldKind DB_VIEW_DEF_DIRECT
      Index field is directly corresponds to the DB field
    • BASIC_FEATURE_NAME

      public static final IndexFieldKind 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

      public static final IndexFieldKind ACC_REG_BALANCE_RESOURCE_CR
    • ACC_REG_BALANCE_RESOURCE_DR

      public static final IndexFieldKind ACC_REG_BALANCE_RESOURCE_DR
    • ACC_REG_BALANCE_OR_TURNOVER_EXT_DIMENSION

      public static final IndexFieldKind ACC_REG_BALANCE_OR_TURNOVER_EXT_DIMENSION
  • Method Details

    • values

      public static IndexFieldKind[] 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

      public static IndexFieldKind valueOf(String name)
      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 name
      NullPointerException - if the argument is null