public enum RemoteDictionaryEtymology extends Enum<RemoteDictionaryEtymology>
| Modifier and Type | Method and Description |
|---|---|
static RemoteDictionaryEtymology |
newEtymology(String etymology) |
static RemoteDictionaryEtymology |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteDictionaryEtymology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteDictionaryEtymology HTTP
public static final RemoteDictionaryEtymology REDIS
public static final RemoteDictionaryEtymology MYSQL
public static final RemoteDictionaryEtymology DEFAULT
public static RemoteDictionaryEtymology[] values()
for (RemoteDictionaryEtymology c : RemoteDictionaryEtymology.values()) System.out.println(c);
public static RemoteDictionaryEtymology 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 nullpublic static RemoteDictionaryEtymology newEtymology(String etymology)
Copyright © 2021. All rights reserved.