com.microstrategy.web.objects.rw.RWConditionSelector |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getCount()
Return the count of values
| ||||||||||
abstract int |
getDataType()
Return the data type from
EnumDSSXMLDataType | ||||||||||
abstract WebExpression |
getExpression()
Retrieve
WebExpression object that represents the current
condition that applied to this selector's targets | ||||||||||
abstract String |
getMax()
Return the String representation of the maximum that this selector can select
| ||||||||||
abstract String |
getMin()
Return the String representation of the minimum that this selector can select
| ||||||||||
abstract void |
setExpression(WebExpression expression)
Set
WebExpression object that represents the condition
that will be applied to this selector's targets |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Return the count of values
Return the data type from EnumDSSXMLDataType
Retrieve WebExpression
object that represents the current
condition that applied to this selector's targets
WebExpression
containing condition
Return the String representation of the maximum that this selector can select
Return the String representation of the minimum that this selector can select
Set WebExpression
object that represents the condition
that will be applied to this selector's targets
expression | WebExpression containing condition
|
---|