public static enum GmmInput.Field extends Enum<GmmInput.Field>
GmmInput field identifiers. These are used internally to manage
builder flags and provides access to the case-sensitive keys (via
toString()) used when building http queries
Lets use negative positive for vsInf for now| Enum Constant and Description |
|---|
DIP |
MW |
RAKE |
RJB |
RRUP |
RX |
VS30 |
VSINF |
WIDTH |
Z1P0 |
Z2P5 |
ZHYP |
ZTOP |
| Modifier and Type | Field and Description |
|---|---|
double |
defaultValue |
String |
id |
String |
info |
String |
label |
Optional<String> |
units |
| Modifier and Type | Method and Description |
|---|---|
static GmmInput.Field |
fromString(String s) |
String |
toString() |
static GmmInput.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmmInput.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GmmInput.Field MW
public static final GmmInput.Field RJB
public static final GmmInput.Field RRUP
public static final GmmInput.Field RX
public static final GmmInput.Field DIP
public static final GmmInput.Field WIDTH
public static final GmmInput.Field ZTOP
public static final GmmInput.Field ZHYP
public static final GmmInput.Field RAKE
public static final GmmInput.Field VS30
public static final GmmInput.Field VSINF
public static final GmmInput.Field Z1P0
public static final GmmInput.Field Z2P5
public final String id
public final String label
public final String info
public final double defaultValue
public static GmmInput.Field[] values()
for (GmmInput.Field c : GmmInput.Field.values()) System.out.println(c);
public static GmmInput.Field valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GmmInput.Field>public static GmmInput.Field fromString(String s)