public final class BooleanStringValueFormat extends BooleanFormatEntity
Constructor and Description |
---|
BooleanStringValueFormat() |
Modifier and Type | Method and Description |
---|---|
String |
displayValue(String booleanValue)
Returns the
booleanValue to be displayed in the exported file. |
String |
format()
Returns the string value of this
BooleanStringValueFormat . |
parse
public static final String VALUE
public String displayValue(String booleanValue)
booleanValue
to be displayed in the exported file.displayValue
in class BooleanFormatEntity
booleanValue
- specifies the boolean value ('TRUE' or 'FALSE'). If booleanValue
is 'TRUE' or 'FALSE', the method returns the corresponding values: ('TRUE') or ('FALSE'). Otherwise, it returns the input booleanValue
.public String format()
BooleanStringValueFormat
.format
in class BooleanFormatEntity