private static enum ASCIISeedFileAdapter_RLFormat.FieldTypeGeo extends java.lang.Enum<ASCIISeedFileAdapter_RLFormat.FieldTypeGeo>
Enum Constant and Description |
---|
ACCEL_DECEL_LENGTH |
ERR |
FFS |
LANE_WIDTH |
NUM_LANES_ML |
NUM_LANES_RAMP |
RAMP_FFS |
RAMP_SIDE |
SEGMENT_LENGTHS |
SEGMENT_NUMBER |
SEGMENT_TYPES |
Modifier and Type | Method and Description |
---|---|
static ASCIISeedFileAdapter_RLFormat.FieldTypeGeo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASCIISeedFileAdapter_RLFormat.FieldTypeGeo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo ACCEL_DECEL_LENGTH
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo FFS
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo LANE_WIDTH
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo NUM_LANES_ML
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo NUM_LANES_RAMP
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo RAMP_FFS
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo RAMP_SIDE
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo SEGMENT_LENGTHS
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo SEGMENT_NUMBER
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo SEGMENT_TYPES
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGeo ERR
public static ASCIISeedFileAdapter_RLFormat.FieldTypeGeo[] values()
for (ASCIISeedFileAdapter_RLFormat.FieldTypeGeo c : ASCIISeedFileAdapter_RLFormat.FieldTypeGeo.values()) System.out.println(c);
public static ASCIISeedFileAdapter_RLFormat.FieldTypeGeo 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