Package org.jfree.xml.attributehandlers
Class StringAttributeHandler
- java.lang.Object
-
- org.jfree.xml.attributehandlers.StringAttributeHandler
-
- All Implemented Interfaces:
AttributeHandler
public class StringAttributeHandler extends java.lang.Object implements AttributeHandler
AStringattribute handler.
-
-
Constructor Summary
Constructors Constructor Description StringAttributeHandler()Creates a new attribute handler.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoAttributeValue(java.lang.Object o)Converts the attribute to a string.java.lang.ObjecttoPropertyValue(java.lang.String s)Converts a copy of the string.
-
-
-
Constructor Detail
-
StringAttributeHandler
public StringAttributeHandler()
Creates a new attribute handler.
-
-
Method Detail
-
toAttributeValue
public java.lang.String toAttributeValue(java.lang.Object o)
Converts the attribute to a string.- Specified by:
toAttributeValuein interfaceAttributeHandler- Parameters:
o- the attribute (Stringexpected).- Returns:
- A string.
-
toPropertyValue
public java.lang.Object toPropertyValue(java.lang.String s)
Converts a copy of the string.- Specified by:
toPropertyValuein interfaceAttributeHandler- Parameters:
s- the string.- Returns:
- a
Short.
-
-