public static enum CreditThresholdBreaches.BreachDirection extends java.lang.Enum<CreditThresholdBreaches.BreachDirection>
| Enum Constant and Description |
|---|
THRESHOLD_BREACH_DOWN |
THRESHOLD_BREACH_UP |
| Modifier and Type | Method and Description |
|---|---|
static CreditThresholdBreaches.BreachDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreditThresholdBreaches.BreachDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreditThresholdBreaches.BreachDirection THRESHOLD_BREACH_UP
public static final CreditThresholdBreaches.BreachDirection THRESHOLD_BREACH_DOWN
public static CreditThresholdBreaches.BreachDirection[] values()
for (CreditThresholdBreaches.BreachDirection c : CreditThresholdBreaches.BreachDirection.values()) System.out.println(c);
public static CreditThresholdBreaches.BreachDirection 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 null