Uses of Class
com.sas.iquery.metadata.business.BusinessQueryTotalLocationType

Packages that use BusinessQueryTotalLocationType
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of BusinessQueryTotalLocationType in com.sas.iquery.metadata.business
 

Fields in com.sas.iquery.metadata.business declared as BusinessQueryTotalLocationType
static BusinessQueryTotalLocationType BusinessQueryTotalLocationType.TOTAL_PARENT_PLACEHOLDER
          This action defines that totaling can be applied to this business query model.
static BusinessQueryTotalLocationType 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 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.
 

Methods in com.sas.iquery.metadata.business that return BusinessQueryTotalLocationType
static BusinessQueryTotalLocationType BusinessQueryTotalLocationType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, BusinessQueryTotalLocationType defaultValue)
          IQ-use only -- do not call.
static BusinessQueryTotalLocationType BusinessQueryTotalLocationType.fromPersistentFormV2(java.lang.String attrName, java.lang.String persistentForm)
          IQ-use only -- do not call.
 BusinessQueryTotalLocationType BusinessQuery.getTotalLocation()
          This method gets the location where total are inserted.
 

Methods in com.sas.iquery.metadata.business with parameters of type BusinessQueryTotalLocationType
static BusinessQueryTotalLocationType BusinessQueryTotalLocationType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, BusinessQueryTotalLocationType defaultValue)
          IQ-use only -- do not call.
 void BusinessQuery.setTotalLocation(BusinessQueryTotalLocationType totalLocation)
          This method sets the location where total values are inserted.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.