com.businessobjects.rebean.wi
Interface FilterConditionConstant

All Superinterfaces:
FilterConditionValue

public interface FilterConditionConstant
extends FilterConditionValue

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The FilterConditionConstant interface defines a constant value used to compare with an object value.


Method Summary
 java.lang.String getValue()
          Returns a String containing the FilterConditionConstant value.
 ValueFromLov getValueFromLov()
          Returns the ValueFromLov object value.
 void setValue(java.lang.String value)
          Changes the value.
 void setValueFromLov(ValueFromLov value)
          Changes the current FilterConditionConstant value to a ValueFromLov object.
 

Method Detail

getValue

java.lang.String getValue()
Returns a String containing the FilterConditionConstant value.

Returns:
A String contining the FilterConditionConstant value.

setValue

void setValue(java.lang.String value)
Changes the value.

Parameters:
value - A String containing the new value.
Throws:
java.lang.NullPointerException - When value is null.

getValueFromLov

ValueFromLov getValueFromLov()
Returns the ValueFromLov object value.

Returns:
The ValueFromLov object.
Since:
11.5

setValueFromLov

void setValueFromLov(ValueFromLov value)
Changes the current FilterConditionConstant value to a ValueFromLov object.

Parameters:
value - A ValueFromLov object.
Since:
11.5