protected static enum Namespace.ExtractType extends Enum<Namespace.ExtractType>
| Enum Constant and Description |
|---|
APPEND_AS_ALIASES |
REPLACE_TEXTS |
| Modifier and Type | Method and Description |
|---|---|
static Namespace.ExtractType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Namespace.ExtractType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Namespace.ExtractType REPLACE_TEXTS
public static final Namespace.ExtractType APPEND_AS_ALIASES
public static Namespace.ExtractType[] values()
for (Namespace.ExtractType c : Namespace.ExtractType.values()) System.out.println(c);
public static Namespace.ExtractType 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 © 2017 Java Wikipedia API (Bliki engine). All rights reserved.