public static enum SlbmInterface.Layers extends java.lang.Enum<SlbmInterface.Layers>
| Enum Constant and Description |
|---|
LOWER_CRUST |
MANTLE |
MIDDLE_CRUST_G |
MIDDLE_CRUST_N |
SEDIMENT1 |
SEDIMENT2 |
SEDIMENT3 |
UPPER_CRUST |
WATER |
| Modifier and Type | Method and Description |
|---|---|
static SlbmInterface.Layers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlbmInterface.Layers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlbmInterface.Layers WATER
public static final SlbmInterface.Layers SEDIMENT1
public static final SlbmInterface.Layers SEDIMENT2
public static final SlbmInterface.Layers SEDIMENT3
public static final SlbmInterface.Layers UPPER_CRUST
public static final SlbmInterface.Layers MIDDLE_CRUST_N
public static final SlbmInterface.Layers MIDDLE_CRUST_G
public static final SlbmInterface.Layers LOWER_CRUST
public static final SlbmInterface.Layers MANTLE
public static SlbmInterface.Layers[] values()
for (SlbmInterface.Layers c : SlbmInterface.Layers.values()) System.out.println(c);
public static SlbmInterface.Layers 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