Uses of Class
com.f1j.ss.pivot.BaseFieldSettings.EFunctionType

Packages that use BaseFieldSettings.EFunctionType
com.f1j.ss.pivot   
 

Uses of BaseFieldSettings.EFunctionType in com.f1j.ss.pivot
 

Fields in com.f1j.ss.pivot declared as BaseFieldSettings.EFunctionType
static BaseFieldSettings.EFunctionType[]
           
static BaseFieldSettings.EFunctionType
          Used to indicate the Sum function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Count function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Average function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Max function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Min function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Product function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the CountNums function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the StdDev function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the StdDevp function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Var function type.
static BaseFieldSettings.EFunctionType
          Used to indicate the Varp function type.
 

Methods in com.f1j.ss.pivot that return BaseFieldSettings.EFunctionType
 BaseFieldSettings.EFunctionType
          Returns the current function.
 

Methods in com.f1j.ss.pivot with parameters of type BaseFieldSettings.EFunctionType
 void
          Sets the current function.
 boolean
          Indicates whether the indexed subtotal is enabled.
 void
          Sets whether the subtotal function type should be enabled.