public enum CompressionCode extends java.lang.Enum<CompressionCode>
WavPackage.getCompressionCode()
Enum Constant and Description |
---|
COMPRESSION_CODE_0
The 'COMPRESSION CODE 0' literal object.
|
COMPRESSION_CODE_1
The 'COMPRESSION CODE 1' literal object.
|
COMPRESSION_CODE_17
The 'COMPRESSION CODE 17' literal object.
|
COMPRESSION_CODE_2
The 'COMPRESSION CODE 2' literal object.
|
COMPRESSION_CODE_20
The 'COMPRESSION CODE 20' literal object.
|
COMPRESSION_CODE_49
The 'COMPRESSION CODE 49' literal object.
|
COMPRESSION_CODE_6
The 'COMPRESSION CODE 6' literal object.
|
COMPRESSION_CODE_64
The 'COMPRESSION CODE 64' literal object.
|
COMPRESSION_CODE_65536
The 'COMPRESSION CODE 65536' literal object.
|
COMPRESSION_CODE_7
The 'COMPRESSION CODE 7' literal object.
|
COMPRESSION_CODE_80
The 'COMPRESSION CODE 80' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
COMPRESSION_CODE_0_VALUE
The 'COMPRESSION CODE 0' literal value.
|
static int |
COMPRESSION_CODE_1_VALUE
The 'COMPRESSION CODE 1' literal value.
|
static int |
COMPRESSION_CODE_17_VALUE
The 'COMPRESSION CODE 17' literal value.
|
static int |
COMPRESSION_CODE_2_VALUE
The 'COMPRESSION CODE 2' literal value.
|
static int |
COMPRESSION_CODE_20_VALUE
The 'COMPRESSION CODE 20' literal value.
|
static int |
COMPRESSION_CODE_49_VALUE
The 'COMPRESSION CODE 49' literal value.
|
static int |
COMPRESSION_CODE_6_VALUE
The 'COMPRESSION CODE 6' literal value.
|
static int |
COMPRESSION_CODE_64_VALUE
The 'COMPRESSION CODE 64' literal value.
|
static int |
COMPRESSION_CODE_65536_VALUE
The 'COMPRESSION CODE 65536' literal value.
|
static int |
COMPRESSION_CODE_7_VALUE
The 'COMPRESSION CODE 7' literal value.
|
static int |
COMPRESSION_CODE_80_VALUE
The 'COMPRESSION CODE 80' literal value.
|
static java.util.List<CompressionCode> |
VALUES
A public read-only list of all the 'Compression Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static CompressionCode |
get(int value)
Returns the 'Compression Code' literal with the specified integer value.
|
static CompressionCode |
get(java.lang.String literal)
Returns the 'Compression Code' literal with the specified literal value.
|
static CompressionCode |
getByName(java.lang.String name)
Returns the 'Compression Code' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static CompressionCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompressionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompressionCode COMPRESSION_CODE_0
COMPRESSION_CODE_0_VALUE
public static final CompressionCode COMPRESSION_CODE_1
COMPRESSION_CODE_1_VALUE
public static final CompressionCode COMPRESSION_CODE_2
COMPRESSION_CODE_2_VALUE
public static final CompressionCode COMPRESSION_CODE_6
COMPRESSION_CODE_6_VALUE
public static final CompressionCode COMPRESSION_CODE_7
COMPRESSION_CODE_7_VALUE
public static final CompressionCode COMPRESSION_CODE_17
COMPRESSION_CODE_17_VALUE
public static final CompressionCode COMPRESSION_CODE_20
COMPRESSION_CODE_20_VALUE
public static final CompressionCode COMPRESSION_CODE_49
COMPRESSION_CODE_49_VALUE
public static final CompressionCode COMPRESSION_CODE_64
COMPRESSION_CODE_64_VALUE
public static final CompressionCode COMPRESSION_CODE_80
COMPRESSION_CODE_80_VALUE
public static final CompressionCode COMPRESSION_CODE_65536
COMPRESSION_CODE_65536_VALUE
public static final int COMPRESSION_CODE_0_VALUE
If the meaning of 'COMPRESSION CODE 0' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_0
,
Constant Field Valuespublic static final int COMPRESSION_CODE_1_VALUE
If the meaning of 'COMPRESSION CODE 1' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_1
,
Constant Field Valuespublic static final int COMPRESSION_CODE_2_VALUE
If the meaning of 'COMPRESSION CODE 2' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_2
,
Constant Field Valuespublic static final int COMPRESSION_CODE_6_VALUE
If the meaning of 'COMPRESSION CODE 6' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_6
,
Constant Field Valuespublic static final int COMPRESSION_CODE_7_VALUE
If the meaning of 'COMPRESSION CODE 7' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_7
,
Constant Field Valuespublic static final int COMPRESSION_CODE_17_VALUE
If the meaning of 'COMPRESSION CODE 17' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_17
,
Constant Field Valuespublic static final int COMPRESSION_CODE_20_VALUE
If the meaning of 'COMPRESSION CODE 20' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_20
,
Constant Field Valuespublic static final int COMPRESSION_CODE_49_VALUE
If the meaning of 'COMPRESSION CODE 49' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_49
,
Constant Field Valuespublic static final int COMPRESSION_CODE_64_VALUE
If the meaning of 'COMPRESSION CODE 64' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_64
,
Constant Field Valuespublic static final int COMPRESSION_CODE_80_VALUE
If the meaning of 'COMPRESSION CODE 80' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_80
,
Constant Field Valuespublic static final int COMPRESSION_CODE_65536_VALUE
If the meaning of 'COMPRESSION CODE 65536' literal object isn't clear, there really should be more of a description here...
COMPRESSION_CODE_65536
,
Constant Field Valuespublic static final java.util.List<CompressionCode> VALUES
public static CompressionCode[] values()
for (CompressionCode c : CompressionCode.values()) System.out.println(c);
public static CompressionCode 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 nullpublic static CompressionCode get(java.lang.String literal)
public static CompressionCode getByName(java.lang.String name)
public static CompressionCode get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<CompressionCode>