public enum AccountRestrictionTypeEnum extends java.lang.Enum<AccountRestrictionTypeEnum>
| Enum Constant and Description |
|---|
NUMBER_1 |
NUMBER_129 |
NUMBER_130 |
NUMBER_193 |
NUMBER_196 |
NUMBER_2 |
NUMBER_5 |
NUMBER_65 |
NUMBER_68 |
| Modifier and Type | Method and Description |
|---|---|
static AccountRestrictionTypeEnum |
fromValue(java.lang.Integer value) |
java.lang.Integer |
getValue() |
java.lang.String |
toString() |
static AccountRestrictionTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountRestrictionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountRestrictionTypeEnum NUMBER_1
public static final AccountRestrictionTypeEnum NUMBER_2
public static final AccountRestrictionTypeEnum NUMBER_5
public static final AccountRestrictionTypeEnum NUMBER_65
public static final AccountRestrictionTypeEnum NUMBER_68
public static final AccountRestrictionTypeEnum NUMBER_129
public static final AccountRestrictionTypeEnum NUMBER_130
public static final AccountRestrictionTypeEnum NUMBER_193
public static final AccountRestrictionTypeEnum NUMBER_196
public static AccountRestrictionTypeEnum[] values()
for (AccountRestrictionTypeEnum c : AccountRestrictionTypeEnum.values()) System.out.println(c);
public static AccountRestrictionTypeEnum 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 java.lang.Integer getValue()
public java.lang.String toString()
toString in class java.lang.Enum<AccountRestrictionTypeEnum>public static AccountRestrictionTypeEnum fromValue(java.lang.Integer value)