public enum ClientWireSystems extends java.lang.Enum<ClientWireSystems>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.Integer,WireSystem> |
wireSystems |
Modifier and Type | Method and Description |
---|---|
static ClientWireSystems |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientWireSystems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientWireSystems INSTANCE
public final java.util.Map<java.lang.Integer,WireSystem> wireSystems
public static ClientWireSystems[] values()
for (ClientWireSystems c : ClientWireSystems.values()) System.out.println(c);
public static ClientWireSystems 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 null