public static enum TwoGeeLoader.MomentFields extends Enum<TwoGeeLoader.MomentFields>
Enum Constant and Description |
---|
CARTESIAN
X / Y / Z
|
POLAR
Declination / inclination / intensity
|
Modifier and Type | Method and Description |
---|---|
static TwoGeeLoader.MomentFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwoGeeLoader.MomentFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwoGeeLoader.MomentFields CARTESIAN
public static final TwoGeeLoader.MomentFields POLAR
public static TwoGeeLoader.MomentFields[] values()
for (TwoGeeLoader.MomentFields c : TwoGeeLoader.MomentFields.values()) System.out.println(c);
public static TwoGeeLoader.MomentFields 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 nullCopyright © 2022. All rights reserved.