private static enum ASCIISeedFileAdapter_RLFormat.HeaderType extends java.lang.Enum<ASCIISeedFileAdapter_RLFormat.HeaderType>
Enum Constant and Description |
---|
CAF |
DDAF |
ERR |
FACILITY_GEOMETRY |
GENERAL_DATA |
LATERAL_CLEARANCE |
MAINLINE_DEMAND |
ODAF |
RAMP_ENTRY_DEMAND |
RAMP_EXIT_DEMAND |
RAMP_METERING_RATE |
RAMP_RAMP_DEMAND |
RV_CAR_EQ |
RV_MAINLINE |
RV_OFR |
RV_ONR |
SAF |
TRUCK_CAR_EQ |
TRUCK_MAINLINE |
TRUCK_OFR |
TRUCK_ONR |
WEAVE_LCFR |
WEAVE_LCRF |
WEAVE_LCRR |
WEAVE_LS |
WEAVE_NW |
WEAVE_ONE_SIDED |
Modifier and Type | Method and Description |
---|---|
static ASCIISeedFileAdapter_RLFormat.HeaderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASCIISeedFileAdapter_RLFormat.HeaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASCIISeedFileAdapter_RLFormat.HeaderType GENERAL_DATA
public static final ASCIISeedFileAdapter_RLFormat.HeaderType FACILITY_GEOMETRY
public static final ASCIISeedFileAdapter_RLFormat.HeaderType MAINLINE_DEMAND
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RAMP_ENTRY_DEMAND
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RAMP_EXIT_DEMAND
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RAMP_RAMP_DEMAND
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RAMP_METERING_RATE
public static final ASCIISeedFileAdapter_RLFormat.HeaderType CAF
public static final ASCIISeedFileAdapter_RLFormat.HeaderType ODAF
public static final ASCIISeedFileAdapter_RLFormat.HeaderType DDAF
public static final ASCIISeedFileAdapter_RLFormat.HeaderType SAF
public static final ASCIISeedFileAdapter_RLFormat.HeaderType TRUCK_MAINLINE
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RV_MAINLINE
public static final ASCIISeedFileAdapter_RLFormat.HeaderType TRUCK_ONR
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RV_ONR
public static final ASCIISeedFileAdapter_RLFormat.HeaderType TRUCK_OFR
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RV_OFR
public static final ASCIISeedFileAdapter_RLFormat.HeaderType TRUCK_CAR_EQ
public static final ASCIISeedFileAdapter_RLFormat.HeaderType RV_CAR_EQ
public static final ASCIISeedFileAdapter_RLFormat.HeaderType LATERAL_CLEARANCE
public static final ASCIISeedFileAdapter_RLFormat.HeaderType WEAVE_LS
public static final ASCIISeedFileAdapter_RLFormat.HeaderType WEAVE_LCRF
public static final ASCIISeedFileAdapter_RLFormat.HeaderType WEAVE_LCFR
public static final ASCIISeedFileAdapter_RLFormat.HeaderType WEAVE_LCRR
public static final ASCIISeedFileAdapter_RLFormat.HeaderType WEAVE_NW
public static final ASCIISeedFileAdapter_RLFormat.HeaderType WEAVE_ONE_SIDED
public static final ASCIISeedFileAdapter_RLFormat.HeaderType ERR
public static ASCIISeedFileAdapter_RLFormat.HeaderType[] values()
for (ASCIISeedFileAdapter_RLFormat.HeaderType c : ASCIISeedFileAdapter_RLFormat.HeaderType.values()) System.out.println(c);
public static ASCIISeedFileAdapter_RLFormat.HeaderType 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