public enum ContextConstants extends java.lang.Enum<ContextConstants>
Enum Constant and Description |
---|
AMOUNT |
CAPTURE_DATE |
CARD |
DB |
DESTINATION |
IRC |
LOCAL_AMOUNT |
LOGEVT |
MID |
ORIGINAL_DATA_ELEMENTS |
ORIGINAL_MTI |
ORIGINAL_STAN |
ORIGINAL_TIMESTAMP |
PANIC |
PAUSED_TRANSACTION |
PCODE |
POS_DATA_CODE |
PROFILER |
REQUEST |
RESPONSE |
RESULT |
SOURCE |
TID |
TIMESTAMP |
TRANSACTION_TIMESTAMP |
TRANSMISSION_TIMESTAMP |
TX |
TXNNAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static ContextConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextConstants PROFILER
public static final ContextConstants TIMESTAMP
public static final ContextConstants SOURCE
public static final ContextConstants REQUEST
public static final ContextConstants RESPONSE
public static final ContextConstants LOGEVT
public static final ContextConstants DB
public static final ContextConstants TX
public static final ContextConstants IRC
public static final ContextConstants TXNNAME
public static final ContextConstants RESULT
public static final ContextConstants MID
public static final ContextConstants TID
public static final ContextConstants PCODE
public static final ContextConstants CARD
public static final ContextConstants TRANSMISSION_TIMESTAMP
public static final ContextConstants TRANSACTION_TIMESTAMP
public static final ContextConstants CAPTURE_DATE
public static final ContextConstants POS_DATA_CODE
public static final ContextConstants AMOUNT
public static final ContextConstants LOCAL_AMOUNT
public static final ContextConstants ORIGINAL_MTI
public static final ContextConstants ORIGINAL_STAN
public static final ContextConstants ORIGINAL_TIMESTAMP
public static final ContextConstants ORIGINAL_DATA_ELEMENTS
public static final ContextConstants DESTINATION
public static final ContextConstants PANIC
public static final ContextConstants PAUSED_TRANSACTION
public static ContextConstants[] values()
for (ContextConstants c : ContextConstants.values()) System.out.println(c);
public static ContextConstants valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ContextConstants>