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