public final class NativeBooleanFormat extends BooleanFormatEntity
| Constructor and Description |
|---|
NativeBooleanFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayValue(String booleanValue)
Returns the
booleanValue to display in the exported file. |
String |
format()
Returns string value of this
NativeBooleanFormat. |
parsepublic static final String VALUE
public String displayValue(String booleanValue)
booleanValue to display in the exported file.displayValue in class BooleanFormatEntitybooleanValue - specifies the boolean value ('TRUE' or 'FALSE'). If booleanValue is 'TRUE' or 'FALSE', method returns the corresponding value to display ('T') or ('F'). Otherwise, it returns the input booleanValue.public String format()
NativeBooleanFormat.format in class BooleanFormatEntity