public static enum SteamMatchmaking.LobbyComparison extends Enum<SteamMatchmaking.LobbyComparison>
| Enum Constant and Description |
|---|
Equal |
EqualToOrGreaterThan |
EqualToOrLessThan |
GreaterThan |
LessThan |
NotEqual |
| Modifier and Type | Method and Description |
|---|---|
static SteamMatchmaking.LobbyComparison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamMatchmaking.LobbyComparison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SteamMatchmaking.LobbyComparison EqualToOrLessThan
public static final SteamMatchmaking.LobbyComparison LessThan
public static final SteamMatchmaking.LobbyComparison Equal
public static final SteamMatchmaking.LobbyComparison GreaterThan
public static final SteamMatchmaking.LobbyComparison EqualToOrGreaterThan
public static final SteamMatchmaking.LobbyComparison NotEqual
public static SteamMatchmaking.LobbyComparison[] values()
for (SteamMatchmaking.LobbyComparison c : SteamMatchmaking.LobbyComparison.values()) System.out.println(c);
public static SteamMatchmaking.LobbyComparison 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 nullCopyright © 2018. All rights reserved.