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