Interface RWConditionSelector

    • Method Detail

      • getExpression

        WebExpression getExpression()
        Retrieve WebExpression object that represents the current condition that applied to this selector's targets
        Returns:
        WebExpression containing condition
      • setExpression

        void setExpression​(WebExpression expression)
        Set WebExpression 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 from EnumDSSXMLDataType
        Returns:
        int value of the dataType.