public static enum HemfPlusMisc.CombineMode extends java.lang.Enum<HemfPlusMisc.CombineMode>
| Enum Constant and Description |
|---|
CombineModeComplement |
CombineModeExclude |
CombineModeIntersect |
CombineModeReplace |
CombineModeUnion |
CombineModeXOR |
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| 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 CombineModeReplace
public static final HemfPlusMisc.CombineMode CombineModeIntersect
public static final HemfPlusMisc.CombineMode CombineModeUnion
public static final HemfPlusMisc.CombineMode CombineModeXOR
public static final HemfPlusMisc.CombineMode CombineModeExclude
public static final HemfPlusMisc.CombineMode CombineModeComplement
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)