at.tuwien.ifs.somtoolbox.apps.helper
Enum SOMLibInputConcatenator.mergeMode
java.lang.Object
java.lang.Enum<SOMLibInputConcatenator.mergeMode>
at.tuwien.ifs.somtoolbox.apps.helper.SOMLibInputConcatenator.mergeMode
- All Implemented Interfaces:
- Serializable, Comparable<SOMLibInputConcatenator.mergeMode>
- Enclosing class:
- SOMLibInputConcatenator
static enum SOMLibInputConcatenator.mergeMode
- extends Enum<SOMLibInputConcatenator.mergeMode>
Union
public static final SOMLibInputConcatenator.mergeMode Union
Intersection
public static final SOMLibInputConcatenator.mergeMode Intersection
MinOccurence
public static final SOMLibInputConcatenator.mergeMode MinOccurence
All
public static final SOMLibInputConcatenator.mergeMode All
values
public static SOMLibInputConcatenator.mergeMode[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SOMLibInputConcatenator.mergeMode c : SOMLibInputConcatenator.mergeMode.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SOMLibInputConcatenator.mergeMode valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null