Impl.Types
Class DoubleDash

java.lang.Object
  extended by Impl.Types.DoubleDash
All Implemented Interfaces:
Writable

public class DoubleDash
extends java.lang.Object
implements Writable

Test data structure class


Field Summary
private  double d
           
private  float f
           
 
Constructor Summary
DoubleDash()
           
DoubleDash(double d, float f)
           
 
Method Summary
 boolean equals(DoubleDash d)
           
 double getDouble()
           
 float getFloat()
           
 void read(SerialIn in)
           
 void setDouble(double d)
           
 void setFloat(float f)
           
 java.lang.String toString()
           
 void write(SerialOut out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

d

private double d

f

private float f
Constructor Detail

DoubleDash

public DoubleDash()

DoubleDash

public DoubleDash(double d,
                  float f)
Method Detail

getDouble

public double getDouble()

getFloat

public float getFloat()

setDouble

public void setDouble(double d)

setFloat

public void setFloat(float f)

equals

public boolean equals(DoubleDash d)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

read

public void read(SerialIn in)
          throws java.io.IOException,
                 java.lang.ClassNotFoundException
Specified by:
read in interface Writable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

write

public void write(SerialOut out)
           throws java.io.IOException
Specified by:
write in interface Writable
Throws:
java.io.IOException