public enum TTSProvider extends Enum<TTSProvider>
| Modifier and Type | Method and Description |
|---|---|
static TTSProvider |
getByValue(String value)
returns the enum based on the name or the value
|
static TTSProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TTSProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TTSProvider ACAPELA
public static final TTSProvider VOICE_RSS
public static TTSProvider[] values()
for (TTSProvider c : TTSProvider.values()) System.out.println(c);
public static TTSProvider 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 TTSProvider getByValue(String value)
value - Copyright © 2015 AskFast BV. All rights reserved.