com.npdbhipdb
Class QRXS.StatusCodeReference

java.lang.Object
  extended by com.npdbhipdb.QRXS.StatusCodeReference
Enclosing class:
QRXS

static class QRXS.StatusCodeReference
extends java.lang.Object

Reference class used to associate status codes with their descriptions


Method Summary
static boolean find(java.lang.String key)
          check if the key exists
static java.lang.String getValue(java.lang.String key)
          get a String based on the key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public static java.lang.String getValue(java.lang.String key)
                                 throws QRXSException
get a String based on the key

Parameters:
key - key to the string
Returns:
String string referred to by the key
Throws:
ProcessException - thrown on an error
QRXSException

find

public static boolean find(java.lang.String key)
check if the key exists

Parameters:
key - key to the string
Returns:
boolean true if key exists else false