com.ibm.cics.server
Class SearchType

java.lang.Object
  extended by 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.

Version:
1.2
Author:
John Colgrave

Field Summary
static SearchType EQUAL
          Constant - EQUAL
static SearchType GTEQ
          Constant - 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
Constant - EQUAL


GTEQ

public static final SearchType GTEQ
Constant - GTEQ

Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

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