public class ClassValueConverter extends java.lang.Object implements ValueConverter
Integer attributes to and from their
String representation.| Constructor and Description |
|---|
ClassValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toAttributeValue(java.lang.Object o)
Converts an object to an attribute value.
|
java.lang.Object |
toPropertyValue(java.lang.String s)
Converts a string to a property value.
|
public java.lang.String toAttributeValue(java.lang.Object o)
ValueConvertertoAttributeValue in interface ValueConvertero - the object.public java.lang.Object toPropertyValue(java.lang.String s)
ValueConvertertoPropertyValue in interface ValueConverters - the string.