|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AudioFile.Type>
net.beadsproject.beads.data.audiofile.AudioFile.Type
public static enum AudioFile.Type
Audio File Format Type
Enum Constant Summary | |
---|---|
AIFF
|
|
WAV
|
Method Summary | |
---|---|
static AudioFile.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AudioFile.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AudioFile.Type WAV
public static final AudioFile.Type AIFF
Method Detail |
---|
public static AudioFile.Type[] values()
for (AudioFile.Type c : AudioFile.Type.values()) System.out.println(c);
public static AudioFile.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |