public static enum DictionaryEntry.AttributeGroup extends Enum<DictionaryEntry.AttributeGroup>
Enum Constant and Description |
---|
GENERAL |
READING |
TRANSLATION |
WORD |
Modifier and Type | Method and Description |
---|---|
static DictionaryEntry.AttributeGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryEntry.AttributeGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DictionaryEntry.AttributeGroup GENERAL
public static final DictionaryEntry.AttributeGroup WORD
public static final DictionaryEntry.AttributeGroup READING
public static final DictionaryEntry.AttributeGroup TRANSLATION
public static DictionaryEntry.AttributeGroup[] values()
for (DictionaryEntry.AttributeGroup c : DictionaryEntry.AttributeGroup.values()) System.out.println(c);
public static DictionaryEntry.AttributeGroup 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 © 2001-2013 the JGloss developers. All Rights Reserved.