public static enum ExtendedCreditAllocationConfig.EnumLiabilityType extends Enum<ExtendedCreditAllocationConfig.EnumLiabilityType>
| Enum Constant and Description |
|---|
VALUE_MSA |
VALUE_NORMAL |
VALUE_SEQUENTIAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ExtendedCreditAllocationConfig.EnumLiabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedCreditAllocationConfig.EnumLiabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedCreditAllocationConfig.EnumLiabilityType VALUE_MSA
public static final ExtendedCreditAllocationConfig.EnumLiabilityType VALUE_NORMAL
public static final ExtendedCreditAllocationConfig.EnumLiabilityType VALUE_SEQUENTIAL
public static ExtendedCreditAllocationConfig.EnumLiabilityType[] values()
for (ExtendedCreditAllocationConfig.EnumLiabilityType c : ExtendedCreditAllocationConfig.EnumLiabilityType.values()) System.out.println(c);
public static ExtendedCreditAllocationConfig.EnumLiabilityType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ExtendedCreditAllocationConfig.EnumLiabilityType>Copyright © 2020. All rights reserved.