public static enum RouteFleetAssignmentAI.TravelState extends java.lang.Enum<RouteFleetAssignmentAI.TravelState>
| Enum Constant and Description |
|---|
ENTERING_SYSTEM |
IN_HYPER_TRANSIT |
IN_SYSTEM |
LEAVING_SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static RouteFleetAssignmentAI.TravelState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteFleetAssignmentAI.TravelState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteFleetAssignmentAI.TravelState IN_SYSTEM
public static final RouteFleetAssignmentAI.TravelState LEAVING_SYSTEM
public static final RouteFleetAssignmentAI.TravelState IN_HYPER_TRANSIT
public static final RouteFleetAssignmentAI.TravelState ENTERING_SYSTEM
public static RouteFleetAssignmentAI.TravelState[] values()
for (RouteFleetAssignmentAI.TravelState c : RouteFleetAssignmentAI.TravelState.values()) System.out.println(c);
public static RouteFleetAssignmentAI.TravelState 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