|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
com.retek.commons.util.type.Enum
com.retek.component.payment.ActionType
Field Summary | |
static ActionType |
BATCH_AUTHORIZATION
|
static ActionType |
ONLINE_AUTHORIZATION
|
static long |
serialVersionUID
|
Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
Method Summary | |
static ActionType |
fromCode(java.lang.String code)
|
static java.util.List |
getValues()
|
Methods inherited from class com.retek.commons.util.type.Enum |
fromCode, getCode, getDescription, getEnumSet, getId, toDisplayString, toString |
Methods inherited from class org.apache.commons.lang.enums.Enum |
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long serialVersionUID
public static final ActionType ONLINE_AUTHORIZATION
public static final ActionType BATCH_AUTHORIZATION
Method Detail |
public static ActionType fromCode(java.lang.String code)
public static java.util.List getValues()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |