public static enum User.SortType extends Enum<User.SortType>
| Enum Constant and Description |
|---|
ACTIVATED |
ADMIN |
CREATED |
EMAIL |
LAST_MODIFIED |
LOCKED |
NAME |
USERNAME |
| Modifier and Type | Method and Description |
|---|---|
static User.SortType |
getByUrlString(String string) |
String |
getTitleString() |
String |
getUrlString() |
static User.SortType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.SortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User.SortType NAME
public static final User.SortType USERNAME
public static final User.SortType ADMIN
public static final User.SortType EMAIL
public static final User.SortType CREATED
public static final User.SortType LAST_MODIFIED
public static final User.SortType ACTIVATED
public static final User.SortType LOCKED
public static User.SortType[] values()
for (User.SortType c : User.SortType.values()) System.out.println(c);
public static User.SortType 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 getTitleString()
public String getUrlString()
public static User.SortType getByUrlString(String string)
Copyright © 2012–2018 1&1. All rights reserved.