public class TSQType
extends java.lang.Object
implements java.io.Serializable
This class implements an enumeration of the different types of TSQ. Note that deserialization will always construct a new object and therefore equals() cannot rely on comparing object references.
public static final TSQType AUXILIARY
public static final TSQType MAIN
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()