public class BooleanConverter extends Object implements IConverter<Boolean>
| Constructor and Description |
|---|
BooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertObjectToString(Locale loc,
Boolean in) |
Boolean |
convertStringToObject(Locale loc,
String in) |
static BooleanConverter |
getInstance() |
public Boolean convertStringToObject(Locale loc, String in) throws UIException
convertStringToObject in interface IStringToObjectConverter<Boolean>UIExceptionpublic String convertObjectToString(Locale loc, Boolean in) throws UIException
convertObjectToString in interface IObjectToStringConverter<Boolean>UIExceptionpublic static final BooleanConverter getInstance()
Copyright © 2017 etc.to. All rights reserved.