public enum JIPipeDataAnnotationMergeMode extends Enum<JIPipeDataAnnotationMergeMode>
Enum Constant and Description |
---|
Discard |
Merge |
MergeTables |
OverwriteExisting |
SkipExisting |
Modifier and Type | Method and Description |
---|---|
List<JIPipeDataAnnotation> |
merge(Collection<JIPipeDataAnnotation> annotations)
Ensures that a list of annotations has unique names.
|
String |
toString() |
static JIPipeDataAnnotationMergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeDataAnnotationMergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeDataAnnotationMergeMode Merge
public static final JIPipeDataAnnotationMergeMode MergeTables
public static final JIPipeDataAnnotationMergeMode SkipExisting
public static final JIPipeDataAnnotationMergeMode OverwriteExisting
public static final JIPipeDataAnnotationMergeMode Discard
public static JIPipeDataAnnotationMergeMode[] values()
for (JIPipeDataAnnotationMergeMode c : JIPipeDataAnnotationMergeMode.values()) System.out.println(c);
public static JIPipeDataAnnotationMergeMode 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 List<JIPipeDataAnnotation> merge(Collection<JIPipeDataAnnotation> annotations)
annotations
- input annotations. can have duplicate names.public String toString()
toString
in class Enum<JIPipeDataAnnotationMergeMode>
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.