BooleanFormatEntity instead.public final class BooleanFormat extends Object
| Modifier and Type | Field and Description |
|---|---|
static BooleanFormat |
TRUE_FALSE
Deprecated.
Displays the boolean values in the exported file as T (True) or F (False).
|
static BooleanFormat |
YES_NO
Deprecated.
Displays the boolean values in the exported file as Y (Yes) or N (No).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrueFalse()
Deprecated.
Returns
true if the boolean values are set to display as T/F. |
boolean |
isYesNo()
Deprecated.
Returns
true if the boolean values are set to display as Y/N. |
static BooleanFormat |
parse(String value)
Deprecated.
Specifies the
BooleanFormat instance that corresponds to the specific value. |
String |
toString()
Deprecated.
Returns string value of this
booleanFormat. |
public static final BooleanFormat YES_NO
public static final BooleanFormat TRUE_FALSE
public static BooleanFormat parse(String value)
BooleanFormat instance that corresponds to the specific value.value - specifies the BooleanFormat.public boolean isYesNo()
true if the boolean values are set to display as Y/N.public boolean isTrueFalse()
true if the boolean values are set to display as T/F.