com.f1j.ss.pivot
Class FieldGroupDef.EType

java.lang.Object
  |
  +--com.f1j.util.ResourceStringRef
        |
        +--com.f1j.util.Enum
              |
              +--com.f1j.ss.pivot.FieldGroupDef.EType

public static final class FieldGroupDef.EType
extends com.f1j.util.Enum

Enumeration class identifying the type of field group.

Since:
11.0

Field Summary
static FieldGroupDef.EType eDate
          Used to indicate that this is a date group.
static FieldGroupDef.EType eNumeric
          Used to indicate that this is a number group.
 

Field Detail

eNumeric

public static FieldGroupDef.EType eNumeric
Used to indicate that this is a number group.
Since:
11.0

eDate

public static FieldGroupDef.EType eDate
Used to indicate that this is a date group.
Since:
11.0