public static enum SincInterp.Extrapolation extends java.lang.Enum<SincInterp.Extrapolation>
Modifier and Type | Method and Description |
---|---|
static SincInterp.Extrapolation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SincInterp.Extrapolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SincInterp.Extrapolation ZERO
public static final SincInterp.Extrapolation CONSTANT
public static SincInterp.Extrapolation[] values()
for (SincInterp.Extrapolation c : SincInterp.Extrapolation.values()) System.out.println(c);
public static SincInterp.Extrapolation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null