public static enum CrossMarginLoan.StatusEnum extends Enum<CrossMarginLoan.StatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CrossMarginLoan.StatusEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CrossMarginLoan.StatusEnum |
fromValue(Integer value) |
Integer |
getValue() |
String |
toString() |
static CrossMarginLoan.StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossMarginLoan.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossMarginLoan.StatusEnum NUMBER_1
public static final CrossMarginLoan.StatusEnum NUMBER_2
public static final CrossMarginLoan.StatusEnum NUMBER_3
public static CrossMarginLoan.StatusEnum[] values()
for (CrossMarginLoan.StatusEnum c : CrossMarginLoan.StatusEnum.values()) System.out.println(c);
public static CrossMarginLoan.StatusEnum 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 Integer getValue()
public String toString()
toString in class Enum<CrossMarginLoan.StatusEnum>public static CrossMarginLoan.StatusEnum fromValue(Integer value)
Copyright © 2021. All rights reserved.