eu.reservoir.monitoring.core.list
Interface MListValue

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultMListValue

public interface MListValue
extends java.io.Serializable

An interface for a value in a MList.


Method Summary
 ProbeAttributeType getType()
          Get the type for a MListValue e.g.
 java.lang.Object getValue()
          Get the actual value.
 

Method Detail

getValue

java.lang.Object getValue()
Get the actual value.


getType

ProbeAttributeType getType()
Get the type for a MListValue e.g. INTEGER



RESERVOIR Monitoring 0.6.4