|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FaultSourceParams>
org.opensha.gem.GEM1.util.FaultSourceParams
public enum FaultSourceParams
| Enum Constant Summary | |
|---|---|
FAULT_GRID_SPACING
Fault discretization grid spacing. |
|
MAG_AREA_REL
Magnitude area relationship. |
|
RUP_ASPECT_RATIO
Rupture aspect ratio. |
|
RUP_OFFSET
Rupture offset. |
|
| Method Summary | |
|---|---|
static FaultSourceParams |
getTypeForName(String name)
This gets the GemSourceType associated with the given string |
static boolean |
isValidType(String name)
This check whether given string is a valid Gem source type |
String |
toString()
|
static FaultSourceParams |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FaultSourceParams[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FaultSourceParams FAULT_GRID_SPACING
public static final FaultSourceParams RUP_ASPECT_RATIO
public static final FaultSourceParams RUP_OFFSET
public static final FaultSourceParams MAG_AREA_REL
| Method Detail |
|---|
public static FaultSourceParams[] values()
for (FaultSourceParams c : FaultSourceParams.values()) System.out.println(c);
public static FaultSourceParams valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static FaultSourceParams getTypeForName(String name)
name -
public static boolean isValidType(String name)
name -
public String toString()
toString in class Enum<FaultSourceParams>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||