public static enum TrajectoryParams.Method extends Enum<TrajectoryParams.Method>
Modifier and Type | Method and Description |
---|---|
static TrajectoryParams.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrajectoryParams.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrajectoryParams.Method HySplit
public static final TrajectoryParams.Method RK4
public static final TrajectoryParams.Method Euler
public static TrajectoryParams.Method[] values()
for (TrajectoryParams.Method c : TrajectoryParams.Method.values()) System.out.println(c);
public static TrajectoryParams.Method 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 © 1996–2023 The SSEC Visualization Project. All rights reserved.