public static enum UserHelper.FilterType extends Enum<UserHelper.FilterType>
| Enum Constant and Description |
|---|
EMAIL |
FIRST_NAME |
LAST_NAME |
USER_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static UserHelper.FilterType |
getType(String name) |
static UserHelper.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserHelper.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserHelper.FilterType USER_NAME
public static final UserHelper.FilterType LAST_NAME
public static final UserHelper.FilterType FIRST_NAME
public static final UserHelper.FilterType EMAIL
public static UserHelper.FilterType[] values()
for (UserHelper.FilterType c : UserHelper.FilterType.values()) System.out.println(c);
public static UserHelper.FilterType 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 getName()
public static UserHelper.FilterType getType(String name)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.