Enum Class AllianceStationID
- All Implemented Interfaces:
Serializable, Comparable<AllianceStationID>, Constable
Alliance station ID.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic AllianceStationIDReturns the enum constant of this class with the specified name.static AllianceStationID[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
Unknown. -
RED_1
Red 1. -
RED_2
Red 2. -
RED_3
Red 3. -
BLUE_1
Blue 1. -
BLUE_2
Blue 2. -
BLUE_3
Blue 3.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-