***  This class is subject to change.  ***

com.sas.iquery.metadata.business
Class BusinessQueryTotalLocationType

com.sas.iquery.metadata.business.BusinessQueryTotalLocationType
All Implemented Interfaces:
com.sas.util.LocalizableToStringInterface

public class BusinessQueryTotalLocationType

Specfies the different total location that can be applied to a BusinessQuery. The default location is TOTAL_ROW_BOTTOM_COLUMN_RIGHT.

See Also:
BusinessQuery

Field Summary
static BusinessQueryTotalLocationType TOTAL_PARENT_PLACEHOLDER
          This action defines that totaling can be applied to this business query model.
static BusinessQueryTotalLocationType TOTAL_ROW_BOTTOM_COLUMN_RIGHT
          This action defines that the location of parent values or visual totals appear bottom of row axis or right of column axis in relationship to children.
static BusinessQueryTotalLocationType TOTAL_TOTAL_ROW_TOP_COLUMN_LEFT
          This action defines that the location of parent values or visual totals appear top of row axis or left of column axis in relationship to children.
 

Field Detail

***  This field is subject to change.  ***

TOTAL_ROW_BOTTOM_COLUMN_RIGHT

public static final BusinessQueryTotalLocationType TOTAL_ROW_BOTTOM_COLUMN_RIGHT
This action defines that the location of parent values or visual totals appear bottom of row axis or right of column axis in relationship to children.


***  This field is subject to change.  ***

TOTAL_TOTAL_ROW_TOP_COLUMN_LEFT

public static final BusinessQueryTotalLocationType TOTAL_TOTAL_ROW_TOP_COLUMN_LEFT
This action defines that the location of parent values or visual totals appear top of row axis or left of column axis in relationship to children.


***  This field is subject to change.  ***

TOTAL_PARENT_PLACEHOLDER

public static final BusinessQueryTotalLocationType TOTAL_PARENT_PLACEHOLDER
This action defines that totaling can be applied to this business query model.


***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.