public static enum Gmm.Group extends Enum<Gmm.Group>
| Modifier and Type | Method and Description |
|---|---|
List<Gmm> |
gmms()
Return an immutable list of the Gmms in this group, sorted alphabetically
by their display name.
|
String |
toString() |
static Gmm.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gmm.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gmm.Group CEUS_14_STABLE_CRUST
public static final Gmm.Group WUS_14_ACTIVE_CRUST
public static final Gmm.Group WUS_18_ACTIVE_CRUST
public static final Gmm.Group WUS_14_INTERFACE
public static final Gmm.Group WUS_18_INTERFACE
public static final Gmm.Group WUS_14_SLAB
public static final Gmm.Group WUS_18_SLAB
public static final Gmm.Group NGA_SUBDUCTION
public static final Gmm.Group CEUS_08_STABLE_CRUST
public static final Gmm.Group WUS_08_ACTIVE_CRUST
public static final Gmm.Group WUS_08_INTERFACE
public static final Gmm.Group WUS_08_SLAB
public static final Gmm.Group AK_07_ACTIVE_CRUST
public static final Gmm.Group AK_07_INTERFACE
public static final Gmm.Group AK_07_SLAB
public static final Gmm.Group HI_98
public static final Gmm.Group OTHER
public static final Gmm.Group COMBINED
public static final Gmm.Group NGA_EAST
public static final Gmm.Group NGA_EAST_SIGMA_SITE
public static final Gmm.Group NGA_EAST_SAMMONS2
public static final Gmm.Group NGA_EAST_SEEDS
public static Gmm.Group[] values()
for (Gmm.Group c : Gmm.Group.values()) System.out.println(c);
public static Gmm.Group 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 null