eu.reservoir.monitoring.core
Class DefaultProbeAttribute

java.lang.Object
  extended by eu.reservoir.monitoring.core.AbstractProbeAttribute
      extended by eu.reservoir.monitoring.core.DefaultProbeAttribute
All Implemented Interfaces:
ProbeAttribute

public class DefaultProbeAttribute
extends AbstractProbeAttribute
implements ProbeAttribute

A default implementation of a ProbeAttribute. These are a Probe's Data Dictionary.


Constructor Summary
DefaultProbeAttribute(int field, java.lang.String name, ProbeAttributeType type, java.lang.String units)
          Construct a ProbeAttribute.
 
Method Summary
 
Methods inherited from class eu.reservoir.monitoring.core.AbstractProbeAttribute
getField, getName, getType, getUnits, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface eu.reservoir.monitoring.core.ProbeAttribute
getField, getName, getType, getUnits
 

Constructor Detail

DefaultProbeAttribute

public DefaultProbeAttribute(int field,
                             java.lang.String name,
                             ProbeAttributeType type,
                             java.lang.String units)
Construct a ProbeAttribute.



RESERVOIR Monitoring 0.6.4