public enum Vs30 extends Enum<Vs30>
| Enum Constant and Description |
|---|
VS_1150
NEHRP site class B.
|
VS_180
NEHRP D/E boundary site class.
|
VS_2000
NEHRP site class A.
|
VS_259
NEHRP site class D.
|
VS_360
NEHRP C/D boundary site class.
|
VS_537
NEHRP site class C.
|
VS_760
NEHRP B/C boundary site class.
|
| Modifier and Type | Method and Description |
|---|---|
static Vs30 |
fromValue(double value)
Create a Vs30 constant from a Vs30
value. |
String |
toString() |
double |
value()
Return the Vs30 value for this identifier.
|
static Vs30 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vs30[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vs30 VS_2000
public static final Vs30 VS_1150
public static final Vs30 VS_760
public static final Vs30 VS_537
public static final Vs30 VS_360
public static final Vs30 VS_259
public static final Vs30 VS_180
public static Vs30[] values()
for (Vs30 c : Vs30.values()) System.out.println(c);
public static Vs30 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 double value()
public static Vs30 fromValue(double value)
value.value - to process