|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.base.stats.Element
public abstract class Element
Data values used to build reports are wrapped as elements. This wrapping servers a number of useful purposes:
| Constructor Summary | |
|---|---|
Element()
|
|
| Method Summary | |
|---|---|
abstract Element |
getInstance(long n)
Returns an instance of this class with an initial value of n. |
abstract java.lang.Object |
getValue()
Returns the internal object we're wrapping. |
java.lang.Long |
toLong()
Returns a Long representation of this element's value. |
java.lang.String |
toString()
Returns a String representation of this element's value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
public abstract java.lang.Object getValue()
public abstract Element getInstance(long n)
n - a long this element should wrap.
public java.lang.Long toLong()
public java.lang.String toString()
toString in class java.lang.Object
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||