|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.iquery.metadata.business.TotalingType
public class TotalingType
The type of totaling:
| Field Summary | |
|---|---|
static TotalingType |
ALLTOTAL
This action defines if either all innermost rows or columns will be subtotaled for a business model. |
static TotalingType |
AXISTOTAL
This action defines that totaling is applied at the outermost hierarchy and level in the result set on either the column axis or the row axis. |
static TotalingType |
GRANDTOTAL
Deprecated. use TotallingType#AXISTOTAL |
static TotalingType |
SUBTOTAL
This action defines if either rows or columns will be totaled for a business model. |
static TotalingType |
TOTAL_NONE
This totaling action defines that no subtotals and axis totals have been applied for a business model. |
| Method Summary | |
|---|---|
static TotalingType |
fromValue(java.lang.String oldValue)
|
java.lang.String |
getTotalType()
returns the old string value used by the TotalType methods |
| Field Detail |
|---|
public static final TotalingType TOTAL_NONE
public static final TotalingType ALLTOTAL
public static final TotalingType SUBTOTAL
public static final TotalingType GRANDTOTAL
TotallingType#AXISTOTAL
public static final TotalingType AXISTOTAL
| Method Detail |
|---|
public java.lang.String getTotalType()
public static TotalingType fromValue(java.lang.String oldValue)
oldValue - persisted value
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||