public static enum Extractor.EmbedHandling extends Enum<Extractor.EmbedHandling>
| Enum Constant and Description |
|---|
CONCATENATE |
IGNORE |
SPAWN |
| Modifier and Type | Method and Description |
|---|---|
static Extractor.EmbedHandling |
getDefault() |
static Extractor.EmbedHandling |
parse(String outputFormat) |
static Extractor.EmbedHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extractor.EmbedHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Extractor.EmbedHandling CONCATENATE
public static final Extractor.EmbedHandling SPAWN
public static final Extractor.EmbedHandling IGNORE
public static Extractor.EmbedHandling[] values()
for (Extractor.EmbedHandling c : Extractor.EmbedHandling.values()) System.out.println(c);
public static Extractor.EmbedHandling 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 static Extractor.EmbedHandling parse(String outputFormat)
public static Extractor.EmbedHandling getDefault()
Copyright © 2018. All rights reserved.