public static enum AnalyticGeometryManager.Geometry extends java.lang.Enum<AnalyticGeometryManager.Geometry>
Enum Constant and Description |
---|
CYLINDER |
CYLINDER2 |
ELLIPSOID |
NONE |
SPHERE |
TORUS |
Modifier and Type | Method and Description |
---|---|
static AnalyticGeometryManager.Geometry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyticGeometryManager.Geometry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalyticGeometryManager.Geometry CYLINDER
public static final AnalyticGeometryManager.Geometry CYLINDER2
public static final AnalyticGeometryManager.Geometry SPHERE
public static final AnalyticGeometryManager.Geometry TORUS
public static final AnalyticGeometryManager.Geometry ELLIPSOID
public static final AnalyticGeometryManager.Geometry NONE
public static AnalyticGeometryManager.Geometry[] values()
for (AnalyticGeometryManager.Geometry c : AnalyticGeometryManager.Geometry.values()) System.out.println(c);
public static AnalyticGeometryManager.Geometry 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