public interface IConvertable<T>
| Modifier and Type | Method and Description |
|---|---|
IConverter<T> |
getConverter()
Returns the class of the converter.
|
void |
setConverter(IConverter<T> converter)
Sets the Converter to use to convert the value to a string and vice versa.
|
void setConverter(IConverter<T> converter)
converter - IConverter<T> getConverter()
Copyright © 2017 etc.to. All rights reserved.