Interface SelectOptionValue
- 
 public interface SelectOptionValueA select option value
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHighValue()Get the high value of the select optionStringgetLowValue()Get the low value of the select optionStringgetOption()Get the option (EQ/BT/CP/...)booleanisInclude()Check whether this value includes the rangeStringtoSelectOptionExpression()Convert this select option to an expression that can be used as job parameter value
 
- 
- 
- 
Method Detail- 
getOptionString getOption() Get the option (EQ/BT/CP/...)- Returns:
- option
 
 - 
isIncludeboolean isInclude() Check whether this value includes the range- Returns:
- trueif this value includes the range- falseif it excludes it
 
 - 
getLowValueString getLowValue() Get the low value of the select option- Returns:
- low value
 
 - 
getHighValueString getHighValue() Get the high value of the select option- Returns:
- high value
 
 - 
toSelectOptionExpressionString toSelectOptionExpression() Convert this select option to an expression that can be used as job parameter value- Returns:
- select option expression
 
 
- 
 
-