public static enum HutoolCommon.HutoolSpeech extends Enum<HutoolCommon.HutoolSpeech>
Enum Constant and Description |
---|
ALLOY |
ASH |
CORAL |
ECHO |
FABLE |
NOVA |
ONYX |
SAGE |
SHIMMER |
Modifier and Type | Method and Description |
---|---|
String |
getVoice() |
static HutoolCommon.HutoolSpeech |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HutoolCommon.HutoolSpeech[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HutoolCommon.HutoolSpeech ALLOY
public static final HutoolCommon.HutoolSpeech ASH
public static final HutoolCommon.HutoolSpeech CORAL
public static final HutoolCommon.HutoolSpeech ECHO
public static final HutoolCommon.HutoolSpeech FABLE
public static final HutoolCommon.HutoolSpeech ONYX
public static final HutoolCommon.HutoolSpeech NOVA
public static final HutoolCommon.HutoolSpeech SAGE
public static final HutoolCommon.HutoolSpeech SHIMMER
public static HutoolCommon.HutoolSpeech[] values()
for (HutoolCommon.HutoolSpeech c : HutoolCommon.HutoolSpeech.values()) System.out.println(c);
public static HutoolCommon.HutoolSpeech 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 String getVoice()
Copyright © 2025. All rights reserved.