public enum UT2004TournamentProperty extends Enum<UT2004TournamentProperty>
toString() method.| Enum Constant and Description |
|---|
UT2004_DIR
Directory containing compiled Pogamut classes for UT2004.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
toString() |
static UT2004TournamentProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UT2004TournamentProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UT2004TournamentProperty UT2004_DIR
public static UT2004TournamentProperty[] values()
for (UT2004TournamentProperty c : UT2004TournamentProperty.values()) System.out.println(c);
public static UT2004TournamentProperty 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 getKey()
public String toString()
toString in class Enum<UT2004TournamentProperty>Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.