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