Package com.microstrategy.web.objects.rw
Interface RWConditionSelectorControlObject
-
- All Superinterfaces:
RWObject
,RWSelectorControlObject
,RWUnit
,WebHyperLinkContainer
- All Known Implementing Classes:
RWConditionSelectorControlObjectImpl
public interface RWConditionSelectorControlObject extends RWSelectorControlObject
-
-
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 select-
Methods inherited from interface com.microstrategy.web.objects.rw.RWObject
getHyperLink, getToolTip, getValue, isHidden
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWSelectorControlObject
getElements
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWUnit
getDefinition, getParent, getThresholdId, getTransactionAction, isFirst, isLast, nextSibling, prevSibling
-
Methods inherited from interface com.microstrategy.web.objects.WebHyperLinkContainer
getHyperLinks, newHyperLink
-
-
-
-
Method Detail
-
getExpression
WebExpression getExpression()
RetrieveWebExpression
object that represents the current condition that applied to this selector's targets- Returns:
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.
-
-