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