public static enum CustomTranslation.PartOfSpeech extends java.lang.Enum<CustomTranslation.PartOfSpeech>
Enum Constant and Description |
---|
DOSI
Gobi: inflection.
|
FUKU
Keiyodoushi: adjective verb.
|
GOBI
Kigou: symbol.
|
HOKA
Kantoushi: interjection.
|
JODO
Doushi: verb.
|
JOSI |
KATO
Setsuzokushi: conjunction.
|
KEDO
Suuji: numeral.
|
KEYO
Fukishi: adverb.
|
KIGO
Meishi: noun.
|
KOYU
Jodoushi: auxiliary verb.
|
MESI
Joshi: participle.
|
RETA
Settoji: prefix.
|
STBI
Koyuumeishi: proper noun.
|
STTO
Keiyoshi: adjective verb.
|
STZO
Rentaish: determiner.
|
SUJI
Setsubiji: suffix.
|
Modifier and Type | Method and Description |
---|---|
static CustomTranslation.PartOfSpeech |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomTranslation.PartOfSpeech[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomTranslation.PartOfSpeech JOSI
public static final CustomTranslation.PartOfSpeech MESI
public static final CustomTranslation.PartOfSpeech KIGO
public static final CustomTranslation.PartOfSpeech GOBI
public static final CustomTranslation.PartOfSpeech DOSI
public static final CustomTranslation.PartOfSpeech JODO
public static final CustomTranslation.PartOfSpeech KOYU
public static final CustomTranslation.PartOfSpeech STBI
public static final CustomTranslation.PartOfSpeech SUJI
public static final CustomTranslation.PartOfSpeech KEDO
public static final CustomTranslation.PartOfSpeech FUKU
public static final CustomTranslation.PartOfSpeech KEYO
public static final CustomTranslation.PartOfSpeech STTO
public static final CustomTranslation.PartOfSpeech RETA
public static final CustomTranslation.PartOfSpeech STZO
public static final CustomTranslation.PartOfSpeech KATO
public static final CustomTranslation.PartOfSpeech HOKA
public static CustomTranslation.PartOfSpeech[] values()
for (CustomTranslation.PartOfSpeech c : CustomTranslation.PartOfSpeech.values()) System.out.println(c);
public static CustomTranslation.PartOfSpeech 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