public enum AccountRestrictionFlagsEnum extends java.lang.Enum<AccountRestrictionFlagsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountRestrictionFlagsEnum.Adapter |
| Enum Constant and Description |
|---|
NUMBER_1 |
NUMBER_16385 |
NUMBER_16388 |
NUMBER_2 |
NUMBER_32769 |
NUMBER_32770 |
NUMBER_49153 |
NUMBER_49156 |
| Modifier and Type | Method and Description |
|---|---|
static AccountRestrictionFlagsEnum |
fromValue(java.lang.Integer value) |
java.lang.Integer |
getValue() |
java.lang.String |
toString() |
static AccountRestrictionFlagsEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountRestrictionFlagsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountRestrictionFlagsEnum NUMBER_1
public static final AccountRestrictionFlagsEnum NUMBER_2
public static final AccountRestrictionFlagsEnum NUMBER_16385
public static final AccountRestrictionFlagsEnum NUMBER_16388
public static final AccountRestrictionFlagsEnum NUMBER_32769
public static final AccountRestrictionFlagsEnum NUMBER_32770
public static final AccountRestrictionFlagsEnum NUMBER_49153
public static final AccountRestrictionFlagsEnum NUMBER_49156
public static AccountRestrictionFlagsEnum[] values()
for (AccountRestrictionFlagsEnum c : AccountRestrictionFlagsEnum.values()) System.out.println(c);
public static AccountRestrictionFlagsEnum 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<AccountRestrictionFlagsEnum>public static AccountRestrictionFlagsEnum fromValue(java.lang.Integer value)