protected static enum AbstractRemoteDictionary.DomainDictState extends Enum<AbstractRemoteDictionary.DomainDictState>
| Enum Constant and Description |
|---|
NEWLY
存在新词
|
NON_NEWLY
不存在新词
|
NOT_FOUND
没有找到
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractRemoteDictionary.DomainDictState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractRemoteDictionary.DomainDictState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractRemoteDictionary.DomainDictState NEWLY
public static final AbstractRemoteDictionary.DomainDictState NON_NEWLY
public static final AbstractRemoteDictionary.DomainDictState NOT_FOUND
public static AbstractRemoteDictionary.DomainDictState[] values()
for (AbstractRemoteDictionary.DomainDictState c : AbstractRemoteDictionary.DomainDictState.values()) System.out.println(c);
public static AbstractRemoteDictionary.DomainDictState 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 © 2021. All rights reserved.