| Enum Constant and Description |
|---|
EPNP
Four or more points.
|
P3P_FINSTERWALDER
Minimal 3-point solution
At most 4 solutions.
|
P3P_GRUNERT
Minimal 3-point solution
At most 4 solutions.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumPNP |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPNP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPNP P3P_GRUNERT
P3PGrunertpublic static final EnumPNP P3P_FINSTERWALDER
P3PFinsterwalderpublic static final EnumPNP EPNP
PnPLepetitEPnPpublic static EnumPNP[] values()
for (EnumPNP c : EnumPNP.values()) System.out.println(c);
public static EnumPNP 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