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

Packages that use BusinessQueryTotalModeType
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 BusinessQueryTotalModeType in com.sas.iquery.metadata.business
 

Fields in com.sas.iquery.metadata.business declared as BusinessQueryTotalModeType
static BusinessQueryTotalModeType BusinessQueryTotalModeType.CUBE_VALUES
          This action defines that totaling is applied using cube values (therefore the totaling row may include values that have been filtered out)
static BusinessQueryTotalModeType BusinessQueryTotalModeType.VISUAL_VALUES
          This action defines that totaling is applied using visual values (what is being displayed at the time).
 

Methods in com.sas.iquery.metadata.business that return BusinessQueryTotalModeType
static BusinessQueryTotalModeType BusinessQueryTotalModeType.consumeValue(com.sas.iquery.metadata.business.impl.AttributesProvider attrsHolder, java.lang.String attrName, BusinessQueryTotalModeType defaultValue)
          IQ-use only -- do not call.
static BusinessQueryTotalModeType BusinessQueryTotalModeType.fromPersistentFormV2(java.lang.String attrName, java.lang.String persistentForm)
          IQ-use only -- do not call.
 BusinessQueryTotalModeType BusinessQuery.getTotalMode()
          This method gets the mode of totaling (either CUBE_VALUES or VISUAL_VALUES)
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.