public class CharacterAttributeHandler extends Object implements AttributeHandler
| Constructor and Description |
|---|
CharacterAttributeHandler()
Creates a new attribute handler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toAttributeValue(Object o)
Converts the attribute to a string.
|
Object |
toPropertyValue(String s)
Converts a string to a
Character. |
public CharacterAttributeHandler()
public String toAttributeValue(Object o)
toAttributeValue in interface AttributeHandlero - the attribute (Character expected).Character value.public Object toPropertyValue(String s)
Character.toPropertyValue in interface AttributeHandlers - the string.Character.Copyright © 2009-2012 jtstand.com. All Rights Reserved.