public enum FDSFilterActionType extends java.lang.Enum<FDSFilterActionType>
| Enum Constant and Description |
|---|
AUTH_AND_HOLD |
DECLINE |
HOLD |
REJECT |
REPORT |
| Modifier and Type | Method and Description |
|---|---|
static FDSFilterActionType |
findByValue(java.lang.String value) |
static FDSFilterActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FDSFilterActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FDSFilterActionType REJECT
public static final FDSFilterActionType DECLINE
public static final FDSFilterActionType HOLD
public static final FDSFilterActionType AUTH_AND_HOLD
public static final FDSFilterActionType REPORT
public static FDSFilterActionType[] values()
for (FDSFilterActionType c : FDSFilterActionType.values()) System.out.println(c);
public static FDSFilterActionType 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 static FDSFilterActionType findByValue(java.lang.String value)
Copyright © 2018. All Rights Reserved.