public static enum UserFilter.UsertypeEnum extends Enum<UserFilter.UsertypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static UserFilter.UsertypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static UserFilter.UsertypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserFilter.UsertypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserFilter.UsertypeEnum NORMAL
public static final UserFilter.UsertypeEnum SYSTEM
public static final UserFilter.UsertypeEnum TW
public static UserFilter.UsertypeEnum[] values()
for (UserFilter.UsertypeEnum c : UserFilter.UsertypeEnum.values()) System.out.println(c);
public static UserFilter.UsertypeEnum 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 getValue()
public String toString()
toString in class Enum<UserFilter.UsertypeEnum>public static UserFilter.UsertypeEnum fromValue(String text)
Copyright © 2017 Symphony Software Foundation. All rights reserved.