public static enum VoiceFileUploader.ContentType extends Enum<VoiceFileUploader.ContentType>
| Modifier and Type | Method and Description |
|---|---|
static VoiceFileUploader.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceFileUploader.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoiceFileUploader.ContentType WAV
public static final VoiceFileUploader.ContentType MP3
public static VoiceFileUploader.ContentType[] values()
for (VoiceFileUploader.ContentType c : VoiceFileUploader.ContentType.values()) System.out.println(c);
public static VoiceFileUploader.ContentType 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 © 2018. All rights reserved.