public static enum AiffAudioHeader.FileType extends java.lang.Enum<AiffAudioHeader.FileType>
Modifier and Type | Method and Description |
---|---|
static AiffAudioHeader.FileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AiffAudioHeader.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiffAudioHeader.FileType AIFFTYPE
public static final AiffAudioHeader.FileType AIFCTYPE
public static AiffAudioHeader.FileType[] values()
for (AiffAudioHeader.FileType c : AiffAudioHeader.FileType.values()) System.out.println(c);
public static AiffAudioHeader.FileType 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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2013 java.net. All Rights Reserved.