BooleanAttributeHandler
, ByteAttributeHandler
, CharacterAttributeHandler
, DoubleAttributeHandler
, FloatAttributeHandler
, IntegerAttributeHandler
, LongAttributeHandler
, ShortAttributeHandler
, StringAttributeHandler
public interface AttributeHandler
Modifier and Type | Method | 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.
|
java.lang.String toAttributeValue(java.lang.Object o)
o
- the object.java.lang.Object toPropertyValue(java.lang.String s)
s
- the string.