com.ibm.cics.server
Class SearchType

java.lang.Object
  extended bycom.ibm.cics.server.SearchType

public class SearchType
extends java.lang.Object

This class implements an enumeration of the different search types that can be used with generic keys.

Version:
1.2
Author:
John Colgrave

Field Summary
static SearchType EQUAL
           
static SearchType GTEQ
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQUAL

public static final SearchType EQUAL

GTEQ

public static final SearchType GTEQ
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()