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