|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.novadeck.jxla.data.SerializableSimpleData
|
+--org.novadeck.jxla.data.SimpleData
|
+--org.novadeck.jxla.data.StringData
Associate a counter to a string.
| Constructor Summary | |
StringData(java.lang.String uri)
Simple cionstructor |
|
StringData(java.lang.String uri,
long l)
Construct a counter with an initial value |
|
| Method Summary | |
java.lang.String |
getData()
retriecve the string valure for this counter |
| Methods inherited from class org.novadeck.jxla.data.SimpleData |
add, compareTo, getCount, inc |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringData(java.lang.String uri)
uri - string associated tio counter
public StringData(java.lang.String uri,
long l)
uri - string associated tio counterl - initial value of counter| Method Detail |
public java.lang.String getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||