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