eu.reservoir.monitoring.core.table
Interface TableValue

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

public interface TableValue
extends java.io.Serializable

An interface for a value in a Table.


Method Summary
 ProbeAttributeType getType()
          Get the type for a TableAttribute.
 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 TableAttribute. e.g. INTEGER



RESERVOIR Monitoring 0.6.4