org.sbml.jsbml.ext.spatial
public static enum Geometry.GeometryKind extends java.lang.Enum<Geometry.GeometryKind>
Enum Constant and Description |
---|
CARTESIAN
cartesian
|
Modifier and Type | Method and Description |
---|---|
static Geometry.GeometryKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Geometry.GeometryKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Geometry.GeometryKind CARTESIAN
public static Geometry.GeometryKind[] values()
for (Geometry.GeometryKind c : Geometry.GeometryKind.values()) System.out.println(c);
public static Geometry.GeometryKind 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