com.f1j.ss.pivot
Class SummaryFieldSettings.ECalculationType

java.lang.Object
  |
  +--com.f1j.util.ResourceStringRef
        |
        +--com.f1j.util.Enum
              |
              +--com.f1j.ss.pivot.SummaryFieldSettings.ECalculationType

public static final class SummaryFieldSettings.ECalculationType
extends com.f1j.util.Enum

Since:
11.0

Field Summary
static SummaryFieldSettings.ECalculationType eDifferenceFrom
          Used to indicate the Difference From calculation type.
static SummaryFieldSettings.ECalculationType eIndex
          Used to indicate the Index calculation type.
static SummaryFieldSettings.ECalculationType eNormal
          Used to indicate the Normal calculation type.
static SummaryFieldSettings.ECalculationType ePercentDifferenceFrom
          Used to indicate the Percent Difference From calculation type.
static SummaryFieldSettings.ECalculationType ePercentOf
          Used to indicate the Percent Of calculation type.
static SummaryFieldSettings.ECalculationType ePercentOfColumn
          Used to indicate the Percent Of Column calculation type.
static SummaryFieldSettings.ECalculationType ePercentOfRow
          Used to indicate the Percent Of Row calculation type.
static SummaryFieldSettings.ECalculationType ePercentOfTotal
          Used to indicate the Percent Of Total calculation type.
static SummaryFieldSettings.ECalculationType eRunningTotalIn
          Used to indicate the Running Total In calculation type.
 

Field Detail

eNormal

public static final SummaryFieldSettings.ECalculationType eNormal
Used to indicate the Normal calculation type.
Since:
11.0

eDifferenceFrom

public static final SummaryFieldSettings.ECalculationType eDifferenceFrom
Used to indicate the Difference From calculation type.
Since:
11.0

ePercentOf

public static final SummaryFieldSettings.ECalculationType ePercentOf
Used to indicate the Percent Of calculation type.
Since:
11.0

ePercentDifferenceFrom

public static final SummaryFieldSettings.ECalculationType ePercentDifferenceFrom
Used to indicate the Percent Difference From calculation type.
Since:
11.0

eRunningTotalIn

public static final SummaryFieldSettings.ECalculationType eRunningTotalIn
Used to indicate the Running Total In calculation type.
Since:
11.0

ePercentOfRow

public static final SummaryFieldSettings.ECalculationType ePercentOfRow
Used to indicate the Percent Of Row calculation type.
Since:
11.0

ePercentOfColumn

public static final SummaryFieldSettings.ECalculationType ePercentOfColumn
Used to indicate the Percent Of Column calculation type.
Since:
11.0

ePercentOfTotal

public static final SummaryFieldSettings.ECalculationType ePercentOfTotal
Used to indicate the Percent Of Total calculation type.
Since:
11.0

eIndex

public static final SummaryFieldSettings.ECalculationType eIndex
Used to indicate the Index calculation type.
Since:
11.0