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 Summary
Constructors Constructor Description SelectOptionValueFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SelectOptionValue
createSelectOptionValue(boolean isInclude, String value)
Create a new instance ofSelectOptionValue
classstatic SelectOptionValue
createSelectOptionValue(boolean isInclude, String option, String lowValue, String highValue)
Create a new instance ofSelectOptionValue
classstatic SelectOptionValue[]
parse(String value)
-
-
-
Method Detail
-
createSelectOptionValue
public static SelectOptionValue createSelectOptionValue(boolean isInclude, String option, String lowValue, String highValue)
Create a new instance ofSelectOptionValue
class- Parameters:
isInclude
-option
-lowValue
-highValue
-- Returns:
- instance of
SelectOptionValue
class
-
createSelectOptionValue
public static SelectOptionValue createSelectOptionValue(boolean isInclude, String value)
Create a new instance ofSelectOptionValue
class- Parameters:
isInclude
-value
-- Returns:
- instance of
SelectOptionValue
class
-
parse
public static SelectOptionValue[] parse(String value) throws ParseException
- Throws:
ParseException
-
-