|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.table.DefaultTableValue
public class DefaultTableValue
A default implementation of a TableValue.
Constructor Summary | |
---|---|
DefaultTableValue(java.lang.Object value)
Construct a TableValue This throws a TypeException if the type of the value is not one supported by ProbeAttributeType. |
Method Summary | |
---|---|
ProbeAttributeType |
getType()
Get the type for a TableValue e.g. |
java.lang.Object |
getValue()
Get the underlying value. |
java.lang.String |
toString()
To string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultTableValue(java.lang.Object value) throws TypeException
TypeException
Method Detail |
---|
public java.lang.Object getValue()
getValue
in interface TableValue
public ProbeAttributeType getType()
getType
in interface TableValue
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |