public static enum GraniteConfig.JMF_EXTENSIONS_MODE extends Enum<GraniteConfig.JMF_EXTENSIONS_MODE>
| Modifier and Type | Method and Description |
|---|---|
static GraniteConfig.JMF_EXTENSIONS_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraniteConfig.JMF_EXTENSIONS_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraniteConfig.JMF_EXTENSIONS_MODE PREPPEND
public static final GraniteConfig.JMF_EXTENSIONS_MODE APPEND
public static final GraniteConfig.JMF_EXTENSIONS_MODE REPLACE
public static GraniteConfig.JMF_EXTENSIONS_MODE[] values()
for (GraniteConfig.JMF_EXTENSIONS_MODE c : GraniteConfig.JMF_EXTENSIONS_MODE.values()) System.out.println(c);
public static GraniteConfig.JMF_EXTENSIONS_MODE 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 null