specificValue

Specifies the value to compare with the dependent property's value.

Type

public String specificValue
 

Notes

The specificValue holds the dependent condition's value, which Business Object Wizard compares with the value of the dependent property (which the propertyName member variable specifies). The kind of comparison is determined by the operatorType variable. The specific value can be either of the following:

The specificValue variable is declared of type String so that it can hold any kind of value. However, to make comparisons properly, Business Object Wizard needs to know the actual data type of the specific value, which the typeOfSpecificValue member variable contains.

Copyright IBM Corp. 1997, 2003