com.ibm.cics.server
Class SearchType

java.lang.Object
  |
  +--com.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.


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)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object