public class BooleanConverter extends Object
| Constructor and Description |
|---|
BooleanConverter() |
public static String convert(boolean b)
b - the boolean valuepublic static boolean convert(String value) throws FieldConvertError
value - the String value to convertFieldConvertError - raised for any value other than "Y" or "N".Copyright © 2017. All rights reserved.