public static enum AdStudy.EnumRole extends Enum<AdStudy.EnumRole>
| Enum Constant and Description |
|---|
NULL |
VALUE_ADMIN |
VALUE_ANALYST |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdStudy.EnumRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdStudy.EnumRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdStudy.EnumRole VALUE_ADMIN
public static final AdStudy.EnumRole VALUE_ANALYST
public static final AdStudy.EnumRole NULL
public static AdStudy.EnumRole[] values()
for (AdStudy.EnumRole c : AdStudy.EnumRole.values()) System.out.println(c);
public static AdStudy.EnumRole 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<AdStudy.EnumRole>Copyright © 2018. All rights reserved.