datum API Documentation

datum.protocol
Class Datum

java.lang.Object
  |
  +--datum.protocol.Datum
All Implemented Interfaces:
PointSeries

public final class Datum
extends Object
implements PointSeries


Method Summary
 void addUpdateListener(UpdateListener listener)
           
 String get()
           
 double getAsDouble()
           
 Connection getConnection()
           
 Message getMessage()
           
 String getName()
           
 String getTime()
           
 double getTimeAsDouble()
           
 void removeUpdateListener(UpdateListener listener)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface PointSeries

toString

public String toString()
Specified by:
toString in interface PointSeries
Overrides:
toString in class Object

getConnection

public Connection getConnection()

getMessage

public Message getMessage()

get

public String get()

getTime

public String getTime()

getAsDouble

public double getAsDouble()
                   throws NumberFormatException
Specified by:
getAsDouble in interface PointSeries

getTimeAsDouble

public double getTimeAsDouble()
                       throws NumberFormatException
Specified by:
getTimeAsDouble in interface PointSeries

addUpdateListener

public void addUpdateListener(UpdateListener listener)
Specified by:
addUpdateListener in interface PointSeries

removeUpdateListener

public void removeUpdateListener(UpdateListener listener)
Specified by:
removeUpdateListener in interface PointSeries

Up to datum