public static enum MediaPackageSupport.MergeMode extends Enum<MediaPackageSupport.MergeMode>
Merge assigns a new identifier in case of conflictsReplace replaces elements in the target media package with matching identifierSkip skips elements from the source media package with matching identiferFail fail in case of conflicting identifier| Modifier and Type | Method and Description |
|---|---|
static MediaPackageSupport.MergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaPackageSupport.MergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaPackageSupport.MergeMode Merge
public static final MediaPackageSupport.MergeMode Replace
public static final MediaPackageSupport.MergeMode Skip
public static final MediaPackageSupport.MergeMode Fail
public static MediaPackageSupport.MergeMode[] values()
for (MediaPackageSupport.MergeMode c : MediaPackageSupport.MergeMode.values()) System.out.println(c);
public static MediaPackageSupport.MergeMode 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 nullCopyright © 2009–2020 Opencast Project. All rights reserved.