public static enum HemfPlusMisc.CombineMode extends java.lang.Enum<HemfPlusMisc.CombineMode>
Enum Constant and Description |
---|
COMPLEMENT |
EXCLUDE |
INTERSECT |
REPLACE |
UNION |
XOR |
Modifier and Type | Field and Description |
---|---|
int |
id |
HwmfRegionMode |
regionMode |
Modifier and Type | Method and Description |
---|---|
static HemfPlusMisc.CombineMode |
valueOf(int id) |
static HemfPlusMisc.CombineMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfPlusMisc.CombineMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPlusMisc.CombineMode REPLACE
public static final HemfPlusMisc.CombineMode INTERSECT
public static final HemfPlusMisc.CombineMode UNION
public static final HemfPlusMisc.CombineMode XOR
public static final HemfPlusMisc.CombineMode EXCLUDE
public static final HemfPlusMisc.CombineMode COMPLEMENT
public final int id
public final HwmfRegionMode regionMode
public static HemfPlusMisc.CombineMode[] values()
for (HemfPlusMisc.CombineMode c : HemfPlusMisc.CombineMode.values()) System.out.println(c);
public static HemfPlusMisc.CombineMode 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 HemfPlusMisc.CombineMode valueOf(int id)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.