public enum ELobbyFilterType extends java.lang.Enum<ELobbyFilterType>
| Enum Constant and Description |
|---|
Distance |
NearValue |
Numerical |
SlotsAvailable |
String |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static ELobbyFilterType |
from(int code) |
static ELobbyFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELobbyFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELobbyFilterType String
public static final ELobbyFilterType Numerical
public static final ELobbyFilterType SlotsAvailable
public static final ELobbyFilterType NearValue
public static final ELobbyFilterType Distance
public static ELobbyFilterType[] values()
for (ELobbyFilterType c : ELobbyFilterType.values()) System.out.println(c);
public static ELobbyFilterType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int code()
public static ELobbyFilterType from(int code)