Package com.microstrategy.web.objects.rw
Interface RWConditionSelector
-
- All Superinterfaces:
KeyedObject
,RWControl
,RWElementSelector
,RWSelectorControl
public interface RWConditionSelector extends RWElementSelector
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.objects.rw.RWSelectorControl
AUTO_SYNC, NO_AUTO_SYNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCount()
Return the count of valuesint
getDataType()
Return the data type fromEnumDSSXMLDataType
WebExpression
getExpression()
RetrieveWebExpression
object that represents the current condition that applied to this selector's targetsjava.lang.String
getMax()
Return the String representation of the maximum that this selector can selectjava.lang.String
getMin()
Return the String representation of the minimum that this selector can selectvoid
setExpression(WebExpression expression)
SetWebExpression
object that represents the condition that will be applied to this selector's targets-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWControl
addDatasetTarget, addDatasetTarget, addPlaceHolderTarget, addTarget, addTarget, canMultiSelect, canUseSubtotals, generateGridControlFormatDelta, getDatasetTargets, getGroupByTargetKeys, getInfoWindowTarget, getKey, getKeyContext, getParent, getPlaceHolderGroupByTargetKeys, getPlaceHolderTargets, getSubtotals, getTarget, getTargetCount, getTargets, getTransactionAction, getType, hasDatasetTarget, hasTarget, hasTargets, isShowAll, isTopMost, isUnset, removeAllDatasetTargets, removeDatasetTarget, removePlaceHolderTarget, removeTarget, setInfoWindowTarget, setShowAll, setTopMost
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWElementSelector
getAlias, getControlAttributeForms, getControlAttributeFormsDelimiter, getControlAttributeFormsDisplayType, getDataFilterMode, getDataSourcesXML, getDDICTarget, getDDICTargetCount, getMetricConditionalityType, getSorts, getSource, isInList, setControlAttributeForms, setControlAttributeFormsDelimiter, setControlAttributeFormsDisplayType, setDataFilterMode, setIsInList, setMetricConditionalityType, setSource
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWSelectorControl
createElements, getAutoSyncMode, getCurrentElements, getSduc, getTargetType, getUnsetCount, getUnsetStatus, setAutoSyncMode, setTargetType, setUnsetStatus
-
-
-
-
Method Detail
-
getExpression
WebExpression getExpression()
RetrieveWebExpression
object that represents the current condition that applied to this selector's targets- Returns:
WebExpression
containing condition
-
setExpression
void setExpression(WebExpression expression)
SetWebExpression
object that represents the condition that will be applied to this selector's targets- Parameters:
expression
-WebExpression
containing condition
-
getMin
java.lang.String getMin()
Return the String representation of the minimum that this selector can select- Returns:
- String minimum
-
getMax
java.lang.String getMax()
Return the String representation of the maximum that this selector can select- Returns:
- String maximum
-
getCount
int getCount()
Return the count of values- Returns:
- int
-
getDataType
int getDataType()
Return the data type fromEnumDSSXMLDataType
- Returns:
- int value of the dataType.
-
-