public interface

RWConditionSelectorControlObject

implements RWSelectorControlObject
com.microstrategy.web.objects.rw.RWConditionSelectorControlObject
Known Indirect Subclasses

Summary

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
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.WebHyperLinkContainer
From interface com.microstrategy.web.objects.rw.RWObject
From interface com.microstrategy.web.objects.rw.RWSelectorControlObject
From interface com.microstrategy.web.objects.rw.RWUnit

Public Methods

public abstract int getCount ()

Return the count of values

Returns
  • int

public abstract int getDataType ()

Return the data type from EnumDSSXMLDataType

Returns
  • int value of the dataType.

public abstract WebExpression getExpression ()

Retrieve WebExpression object that represents the current condition that applied to this selector's targets

Returns

public abstract String getMax ()

Return the String representation of the maximum that this selector can select

Returns
  • String maximum

public abstract String getMin ()

Return the String representation of the minimum that this selector can select

Returns
  • String minimum