public static enum UT2004MatchConsole.MatchType extends Enum<UT2004MatchConsole.MatchType>
| Modifier and Type | Method and Description |
|---|---|
static UT2004MatchConsole.MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UT2004MatchConsole.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UT2004MatchConsole.MatchType DM
public static final UT2004MatchConsole.MatchType TDM
public static final UT2004MatchConsole.MatchType CTF
public static final UT2004MatchConsole.MatchType DD
public static UT2004MatchConsole.MatchType[] values()
for (UT2004MatchConsole.MatchType c : UT2004MatchConsole.MatchType.values()) System.out.println(c);
public static UT2004MatchConsole.MatchType 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 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.