public class ShortAttributeHandler extends java.lang.Object implements AttributeHandler
Short attributes to and from an appropriate
String representation.| Constructor and Description |
|---|
ShortAttributeHandler()
Creates a new attribute handler.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toAttributeValue(java.lang.Object o)
Converts the attribute to a string.
|
java.lang.Object |
toPropertyValue(java.lang.String s)
Converts a string to a
Short. |
public ShortAttributeHandler()
public java.lang.String toAttributeValue(java.lang.Object o)
toAttributeValue in interface AttributeHandlero - the attribute (Short expected).Short value.public java.lang.Object toPropertyValue(java.lang.String s)
Short.toPropertyValue in interface AttributeHandlers - the string.Short.