|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.list.DefaultMListValue
public class DefaultMListValue
A default implementation of a MListValue.
Constructor Summary | |
---|---|
DefaultMListValue(java.lang.Object value)
Construct a MListValue 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 MListValue 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 DefaultMListValue(java.lang.Object value) throws TypeException
TypeException
Method Detail |
---|
public java.lang.Object getValue()
getValue
in interface MListValue
public ProbeAttributeType getType()
getType
in interface MListValue
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 |