public static enum GaussQuadrature.NumberOfPoints extends java.lang.Enum<GaussQuadrature.NumberOfPoints>
Modifier and Type | Method and Description |
---|---|
static GaussQuadrature.NumberOfPoints |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GaussQuadrature.NumberOfPoints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GaussQuadrature.NumberOfPoints N2
public static final GaussQuadrature.NumberOfPoints N3
public static final GaussQuadrature.NumberOfPoints N4
public static final GaussQuadrature.NumberOfPoints N5
public static final GaussQuadrature.NumberOfPoints N10
public static final GaussQuadrature.NumberOfPoints N15
public static GaussQuadrature.NumberOfPoints[] values()
for (GaussQuadrature.NumberOfPoints c : GaussQuadrature.NumberOfPoints.values()) System.out.println(c);
public static GaussQuadrature.NumberOfPoints 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