public static enum MergePaths.MergePathsMode extends java.lang.Enum<MergePaths.MergePathsMode>
| Enum Constant and Description |
|---|
ADD |
EXCLUDE_INTERSECTIONS |
INTERSECT |
MERGE |
SUBTRACT |
| Modifier and Type | Method and Description |
|---|---|
static MergePaths.MergePathsMode |
forId(int id) |
static MergePaths.MergePathsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MergePaths.MergePathsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergePaths.MergePathsMode MERGE
public static final MergePaths.MergePathsMode ADD
public static final MergePaths.MergePathsMode SUBTRACT
public static final MergePaths.MergePathsMode INTERSECT
public static final MergePaths.MergePathsMode EXCLUDE_INTERSECTIONS
public static MergePaths.MergePathsMode[] values()
for (MergePaths.MergePathsMode c : MergePaths.MergePathsMode.values()) System.out.println(c);
public static MergePaths.MergePathsMode 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 nullpublic static MergePaths.MergePathsMode forId(int id)