public static enum GlobalDragCoefficientProvider.INTERP extends Enum<GlobalDragCoefficientProvider.INTERP>
Enum Constant and Description |
---|
LINEAR
Linear interpolation.
|
SPLINE
Interpolation by splines.
|
Modifier and Type | Method and Description |
---|---|
static GlobalDragCoefficientProvider.INTERP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalDragCoefficientProvider.INTERP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalDragCoefficientProvider.INTERP LINEAR
public static final GlobalDragCoefficientProvider.INTERP SPLINE
public static GlobalDragCoefficientProvider.INTERP[] values()
for (GlobalDragCoefficientProvider.INTERP c : GlobalDragCoefficientProvider.INTERP.values()) System.out.println(c);
public static GlobalDragCoefficientProvider.INTERP 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 © 2019 CNES. All Rights Reserved.