Class ParameterBuilder.StringBuilder
java.lang.Object
org.moeaframework.analysis.parameter.ParameterBuilder.StringBuilder
- Enclosing class:
- ParameterBuilder
A typed parameter builder for strings.
-
Method Summary
Modifier and TypeMethodDescriptionBuilds a constant parameter with the given value.withValues
(String... values) Builds an enumeration with the given values.
-
Method Details
-
constant
Builds a constant parameter with the given value.- Parameters:
value
- the constant value- Returns:
- the parameter
-
withValues
Builds an enumeration with the given values.- Parameters:
values
- the enumerated values- Returns:
- the parameter
-