com.ibm.cics.server
Class TSQType

java.lang.Object
  |
  +--com.ibm.cics.server.TSQType

public class TSQType
extends java.lang.Object
implements java.io.Serializable

This class implements an enumeration of the different types of TSQ.

Note that a TDQType cannot be instantiated directly, but that one of the constant values should be used.


Field Summary
static TSQType AUXILIARY
           
static TSQType MAIN
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUXILIARY

public static final TSQType AUXILIARY

MAIN

public static final TSQType MAIN
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

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


Copyright (c) 2001 by Sun Microsystems, Inc.