Interface BooleanScore.StringValueStage
- All Known Implementing Classes:
BooleanScore.Builder
- Enclosing class:
BooleanScore
public static interface BooleanScore.StringValueStage
-
Method Summary
Modifier and TypeMethodDescriptionstringValue(String stringValue) The string representation of the score value.
-
Method Details
-
stringValue
The string representation of the score value. Is inferred from the numeric value and equals "True" or "False"
-