|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.xml.attributehandlers.LongAttributeHandler
public class LongAttributeHandler
A class that handles the conversion of Long attributes to and from an appropriate
String representation.
| Constructor Summary | |
|---|---|
LongAttributeHandler()
Creates a new attribute handler. |
|
| Method Summary | |
|---|---|
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 Long. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LongAttributeHandler()
| Method Detail |
|---|
public java.lang.String toAttributeValue(java.lang.Object o)
toAttributeValue in interface AttributeHandlero - the attribute (Long expected).
Long value.public java.lang.Object toPropertyValue(java.lang.String s)
Long.
toPropertyValue in interface AttributeHandlers - the string.
Long.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||