Impl.Types
Class TripleDash

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

public class TripleDash
extends java.lang.Object
implements Writable

Test data structure class


Field Summary
private  int bar
           
private  DoubleDash dd1
           
private  DoubleDash dd2
           
private  int[] foo2
           
 
Constructor Summary
TripleDash(DoubleDash dd1, DoubleDash dd2, int[] foo2)
           
TripleDash(double d1, float f1, double d2, float f2, int[] foo2)
           
 
Method Summary
 boolean equals(int[] foobar)
           
 DoubleDash getDD(int i)
           
 void read(SerialIn in)
           
 void setDD(int i, DoubleDash dd)
           
 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

foo2

private int[] foo2

dd1

private DoubleDash dd1

dd2

private DoubleDash dd2

bar

private int bar
Constructor Detail

TripleDash

public TripleDash(DoubleDash dd1,
                  DoubleDash dd2,
                  int[] foo2)

TripleDash

public TripleDash(double d1,
                  float f1,
                  double d2,
                  float f2,
                  int[] foo2)
Method Detail

getDD

public DoubleDash getDD(int i)

setDD

public void setDD(int i,
                  DoubleDash dd)

toString

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

equals

public boolean equals(int[] foobar)

read

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

write

public void write(SerialOut out)
           throws java.io.IOException,
                  java.lang.IllegalAccessException,
                  java.lang.reflect.InvocationTargetException,
                  CTLException
Specified by:
write in interface Writable
Throws:
java.io.IOException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
CTLException