public static enum GPIntegrator.Tolerances extends Enum<GPIntegrator.Tolerances>
| Enum Constant and Description |
|---|
Complete
Complete
|
Reduced
Reduced
|
Simplified
Simplified
|
| Modifier and Type | Method and Description |
|---|---|
static GPIntegrator.Tolerances |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPIntegrator.Tolerances[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPIntegrator.Tolerances Complete
public static final GPIntegrator.Tolerances Reduced
public static final GPIntegrator.Tolerances Simplified
public static GPIntegrator.Tolerances[] values()
for (GPIntegrator.Tolerances c : GPIntegrator.Tolerances.values()) System.out.println(c);
public static GPIntegrator.Tolerances 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 © 2025. All rights reserved.