| Enum Constant and Description |
|---|
SCOWL_EN_CA |
SCOWL_EN_GB |
SCOWL_EN_US |
SCOWL_HACKER |
SCOWL_PROPER_NOUNS |
SCOWL_RUDE |
TECHNICAL |
| Modifier and Type | Method and Description |
|---|---|
static Wordlists |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Wordlists[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wordlists SCOWL_EN_CA
public static final Wordlists SCOWL_EN_GB
public static final Wordlists SCOWL_EN_US
public static final Wordlists SCOWL_HACKER
public static final Wordlists SCOWL_PROPER_NOUNS
public static final Wordlists SCOWL_RUDE
public static final Wordlists TECHNICAL
public static Wordlists[] values()
for (Wordlists c : Wordlists.values()) System.out.println(c);
public static Wordlists valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null