org.novadeck.jxla.data
Class StringData
java.lang.Object
org.novadeck.jxla.data.SerializableSimpleData
org.novadeck.jxla.data.SimpleData
org.novadeck.jxla.data.StringData
- All Implemented Interfaces:
- Serializable, Comparable
public class StringData
- extends SimpleData
Associate a counter to a string.
- See Also:
- Serialized Form
Method Summary |
String |
getData()
retriecve the string valure for this counter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringData
public StringData(String uri)
- Simple cionstructor
- Parameters:
uri
- string associated tio counter
StringData
public StringData(String uri,
long l)
- Construct a counter with an initial value
- Parameters:
uri
- string associated tio counterl
- initial value of counter
getData
public String getData()
- retriecve the string valure for this counter
- Returns:
- string
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.