public enum JIPipeColumMatching extends Enum<JIPipeColumMatching>
Enum Constant and Description |
---|
Custom |
Intersection |
MergeAll |
None |
PrefixHashIntersection |
PrefixHashUnion |
SplitAll |
Union |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JIPipeColumMatching |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeColumMatching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeColumMatching Union
public static final JIPipeColumMatching Intersection
public static final JIPipeColumMatching PrefixHashUnion
public static final JIPipeColumMatching PrefixHashIntersection
public static final JIPipeColumMatching MergeAll
public static final JIPipeColumMatching SplitAll
public static final JIPipeColumMatching None
public static final JIPipeColumMatching Custom
public static JIPipeColumMatching[] values()
for (JIPipeColumMatching c : JIPipeColumMatching.values()) System.out.println(c);
public static JIPipeColumMatching valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<JIPipeColumMatching>
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.