private static enum ASCIISeedFileAdapter_RLFormat.FieldTypeGen extends java.lang.Enum<ASCIISeedFileAdapter_RLFormat.FieldTypeGen>
Enum Constant and Description |
---|
ALPHA |
ANALYSIS_YEAR |
END_DAY |
END_HR |
END_MIN |
END_MONTH |
ERR |
FFS_KNOWN |
JAM_DENSITY |
NUM_PERIODS |
NUM_SEGMENTS |
RAMP_METERING |
SEED_DEMAND_DAY |
SEED_DEMAND_MONTH |
START_DAY |
START_HR |
START_MIN |
START_MONTH |
TERRAIN_CODE |
Modifier and Type | Method and Description |
---|---|
static ASCIISeedFileAdapter_RLFormat.FieldTypeGen |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASCIISeedFileAdapter_RLFormat.FieldTypeGen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen ALPHA
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen ANALYSIS_YEAR
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen END_DAY
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen END_HR
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen END_MIN
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen END_MONTH
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen FFS_KNOWN
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen JAM_DENSITY
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen NUM_PERIODS
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen NUM_SEGMENTS
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen RAMP_METERING
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen SEED_DEMAND_DAY
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen SEED_DEMAND_MONTH
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen START_DAY
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen START_HR
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen START_MIN
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen START_MONTH
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen TERRAIN_CODE
public static final ASCIISeedFileAdapter_RLFormat.FieldTypeGen ERR
public static ASCIISeedFileAdapter_RLFormat.FieldTypeGen[] values()
for (ASCIISeedFileAdapter_RLFormat.FieldTypeGen c : ASCIISeedFileAdapter_RLFormat.FieldTypeGen.values()) System.out.println(c);
public static ASCIISeedFileAdapter_RLFormat.FieldTypeGen 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