Class SelectOptionValueFactory
- java.lang.Object
- 
- com.redwood.scheduler.api.connector.sap.rfc.scripting.SelectOptionValueFactory
 
- 
 public class SelectOptionValueFactory extends Object Factory for creating select option values
- 
- 
Constructor SummaryConstructors Constructor Description SelectOptionValueFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectOptionValuecreateSelectOptionValue(boolean isInclude, String value)Create a new instance ofSelectOptionValueclassstatic SelectOptionValuecreateSelectOptionValue(boolean isInclude, String option, String lowValue, String highValue)Create a new instance ofSelectOptionValueclassstatic SelectOptionValue[]parse(String value)
 
- 
- 
- 
Method Detail- 
createSelectOptionValuepublic static SelectOptionValue createSelectOptionValue(boolean isInclude, String option, String lowValue, String highValue) Create a new instance ofSelectOptionValueclass- Parameters:
- isInclude-
- option-
- lowValue-
- highValue-
- Returns:
- instance of SelectOptionValueclass
 
 - 
createSelectOptionValuepublic static SelectOptionValue createSelectOptionValue(boolean isInclude, String value) Create a new instance ofSelectOptionValueclass- Parameters:
- isInclude-
- value-
- Returns:
- instance of SelectOptionValueclass
 
 - 
parsepublic static SelectOptionValue[] parse(String value) throws ParseException - Throws:
- ParseException
 
 
- 
 
-