Specifies the value to compare with the agent property value.
Type
public String specificValue
Notes
The specificValue holds the input condition's value, which Business Object Wizard compares with the agent property's value. The kind of comparison is determined by the operatorType variable. The specific value can be either of the following:
For example, if an input condition specifies the Less Than operator (CompleteCondition.OP_LESS_THAN) as its operatorType and specifies a value of 5 as its specificValue, the associated dependent conditions apply when the agent property's value is less than 5.
For example, if an input condition specifies the Greater Than operator (CompleteCondition.OP_GREATER_THAN) as its operatorType and specifies the name of the "Property1" property as its specificValue, the associated dependent conditions apply when the agent property's value is greater than the value of Property1 agent property.
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.