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 intgetCount()Return the count of valuesintgetDataType()Return the data type fromEnumDSSXMLDataTypeWebExpressiongetExpression()RetrieveWebExpressionobject that represents the current condition that applied to this selector's targetsjava.lang.StringgetMax()Return the String representation of the maximum that this selector can selectjava.lang.StringgetMin()Return the String representation of the minimum that this selector can selectvoidsetExpression(WebExpression expression)SetWebExpressionobject 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()
RetrieveWebExpressionobject that represents the current condition that applied to this selector's targets- Returns:
 WebExpressioncontaining condition
 
- 
setExpression
void setExpression(WebExpression expression)
SetWebExpressionobject that represents the condition that will be applied to this selector's targets- Parameters:
 expression-WebExpressioncontaining 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.
 
 
 - 
 
 -