public enum PitchBendRange extends java.lang.Enum<PitchBendRange>
EsxPackage.getPitchBendRange()
Enum Constant and Description |
---|
PITCH_BEND_0
The 'Pitch Bend 0' literal object.
|
PITCH_BEND_1
The 'Pitch Bend 1' literal object.
|
PITCH_BEND_10
The 'Pitch Bend 10' literal object.
|
PITCH_BEND_11
The 'Pitch Bend 11' literal object.
|
PITCH_BEND_12
The 'Pitch Bend 12' literal object.
|
PITCH_BEND_2
The 'Pitch Bend 2' literal object.
|
PITCH_BEND_3
The 'Pitch Bend 3' literal object.
|
PITCH_BEND_4
The 'Pitch Bend 4' literal object.
|
PITCH_BEND_5
The 'Pitch Bend 5' literal object.
|
PITCH_BEND_6
The 'Pitch Bend 6' literal object.
|
PITCH_BEND_7
The 'Pitch Bend 7' literal object.
|
PITCH_BEND_8
The 'Pitch Bend 8' literal object.
|
PITCH_BEND_9
The 'Pitch Bend 9' literal object.
|
PITCH_BEND_N1
The 'Pitch Bend N1' literal object.
|
PITCH_BEND_N10
The 'Pitch Bend N10' literal object.
|
PITCH_BEND_N11
The 'Pitch Bend N11' literal object.
|
PITCH_BEND_N12
The 'Pitch Bend N12' literal object.
|
PITCH_BEND_N2
The 'Pitch Bend N2' literal object.
|
PITCH_BEND_N3
The 'Pitch Bend N3' literal object.
|
PITCH_BEND_N4
The 'Pitch Bend N4' literal object.
|
PITCH_BEND_N5
The 'Pitch Bend N5' literal object.
|
PITCH_BEND_N6
The 'Pitch Bend N6' literal object.
|
PITCH_BEND_N7
The 'Pitch Bend N7' literal object.
|
PITCH_BEND_N8
The 'Pitch Bend N8' literal object.
|
PITCH_BEND_N9
The 'Pitch Bend N9' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
PITCH_BEND_0_VALUE
The 'Pitch Bend 0' literal value.
|
static int |
PITCH_BEND_1_VALUE
The 'Pitch Bend 1' literal value.
|
static int |
PITCH_BEND_10_VALUE
The 'Pitch Bend 10' literal value.
|
static int |
PITCH_BEND_11_VALUE
The 'Pitch Bend 11' literal value.
|
static int |
PITCH_BEND_12_VALUE
The 'Pitch Bend 12' literal value.
|
static int |
PITCH_BEND_2_VALUE
The 'Pitch Bend 2' literal value.
|
static int |
PITCH_BEND_3_VALUE
The 'Pitch Bend 3' literal value.
|
static int |
PITCH_BEND_4_VALUE
The 'Pitch Bend 4' literal value.
|
static int |
PITCH_BEND_5_VALUE
The 'Pitch Bend 5' literal value.
|
static int |
PITCH_BEND_6_VALUE
The 'Pitch Bend 6' literal value.
|
static int |
PITCH_BEND_7_VALUE
The 'Pitch Bend 7' literal value.
|
static int |
PITCH_BEND_8_VALUE
The 'Pitch Bend 8' literal value.
|
static int |
PITCH_BEND_9_VALUE
The 'Pitch Bend 9' literal value.
|
static int |
PITCH_BEND_N1_VALUE
The 'Pitch Bend N1' literal value.
|
static int |
PITCH_BEND_N10_VALUE
The 'Pitch Bend N10' literal value.
|
static int |
PITCH_BEND_N11_VALUE
The 'Pitch Bend N11' literal value.
|
static int |
PITCH_BEND_N12_VALUE
The 'Pitch Bend N12' literal value.
|
static int |
PITCH_BEND_N2_VALUE
The 'Pitch Bend N2' literal value.
|
static int |
PITCH_BEND_N3_VALUE
The 'Pitch Bend N3' literal value.
|
static int |
PITCH_BEND_N4_VALUE
The 'Pitch Bend N4' literal value.
|
static int |
PITCH_BEND_N5_VALUE
The 'Pitch Bend N5' literal value.
|
static int |
PITCH_BEND_N6_VALUE
The 'Pitch Bend N6' literal value.
|
static int |
PITCH_BEND_N7_VALUE
The 'Pitch Bend N7' literal value.
|
static int |
PITCH_BEND_N8_VALUE
The 'Pitch Bend N8' literal value.
|
static int |
PITCH_BEND_N9_VALUE
The 'Pitch Bend N9' literal value.
|
static java.util.List<PitchBendRange> |
VALUES
A public read-only list of all the 'Pitch Bend Range' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PitchBendRange |
get(int value)
Returns the 'Pitch Bend Range' literal with the specified integer value.
|
static PitchBendRange |
get(java.lang.String literal)
Returns the 'Pitch Bend Range' literal with the specified literal value.
|
static PitchBendRange |
getByName(java.lang.String name)
Returns the 'Pitch Bend Range' 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 PitchBendRange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PitchBendRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PitchBendRange PITCH_BEND_N12
PITCH_BEND_N12_VALUE
public static final PitchBendRange PITCH_BEND_N11
PITCH_BEND_N11_VALUE
public static final PitchBendRange PITCH_BEND_N10
PITCH_BEND_N10_VALUE
public static final PitchBendRange PITCH_BEND_N9
PITCH_BEND_N9_VALUE
public static final PitchBendRange PITCH_BEND_N8
PITCH_BEND_N8_VALUE
public static final PitchBendRange PITCH_BEND_N7
PITCH_BEND_N7_VALUE
public static final PitchBendRange PITCH_BEND_N6
PITCH_BEND_N6_VALUE
public static final PitchBendRange PITCH_BEND_N5
PITCH_BEND_N5_VALUE
public static final PitchBendRange PITCH_BEND_N4
PITCH_BEND_N4_VALUE
public static final PitchBendRange PITCH_BEND_N3
PITCH_BEND_N3_VALUE
public static final PitchBendRange PITCH_BEND_N2
PITCH_BEND_N2_VALUE
public static final PitchBendRange PITCH_BEND_N1
PITCH_BEND_N1_VALUE
public static final PitchBendRange PITCH_BEND_0
PITCH_BEND_0_VALUE
public static final PitchBendRange PITCH_BEND_1
PITCH_BEND_1_VALUE
public static final PitchBendRange PITCH_BEND_2
PITCH_BEND_2_VALUE
public static final PitchBendRange PITCH_BEND_3
PITCH_BEND_3_VALUE
public static final PitchBendRange PITCH_BEND_4
PITCH_BEND_4_VALUE
public static final PitchBendRange PITCH_BEND_5
PITCH_BEND_5_VALUE
public static final PitchBendRange PITCH_BEND_6
PITCH_BEND_6_VALUE
public static final PitchBendRange PITCH_BEND_7
PITCH_BEND_7_VALUE
public static final PitchBendRange PITCH_BEND_8
PITCH_BEND_8_VALUE
public static final PitchBendRange PITCH_BEND_9
PITCH_BEND_9_VALUE
public static final PitchBendRange PITCH_BEND_10
PITCH_BEND_10_VALUE
public static final PitchBendRange PITCH_BEND_11
PITCH_BEND_11_VALUE
public static final PitchBendRange PITCH_BEND_12
PITCH_BEND_12_VALUE
public static final int PITCH_BEND_N12_VALUE
If the meaning of 'Pitch Bend N12' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N12
,
Constant Field Valuespublic static final int PITCH_BEND_N11_VALUE
If the meaning of 'Pitch Bend N11' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N11
,
Constant Field Valuespublic static final int PITCH_BEND_N10_VALUE
If the meaning of 'Pitch Bend N10' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N10
,
Constant Field Valuespublic static final int PITCH_BEND_N9_VALUE
If the meaning of 'Pitch Bend N9' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N9
,
Constant Field Valuespublic static final int PITCH_BEND_N8_VALUE
If the meaning of 'Pitch Bend N8' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N8
,
Constant Field Valuespublic static final int PITCH_BEND_N7_VALUE
If the meaning of 'Pitch Bend N7' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N7
,
Constant Field Valuespublic static final int PITCH_BEND_N6_VALUE
If the meaning of 'Pitch Bend N6' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N6
,
Constant Field Valuespublic static final int PITCH_BEND_N5_VALUE
If the meaning of 'Pitch Bend N5' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N5
,
Constant Field Valuespublic static final int PITCH_BEND_N4_VALUE
If the meaning of 'Pitch Bend N4' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N4
,
Constant Field Valuespublic static final int PITCH_BEND_N3_VALUE
If the meaning of 'Pitch Bend N3' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N3
,
Constant Field Valuespublic static final int PITCH_BEND_N2_VALUE
If the meaning of 'Pitch Bend N2' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N2
,
Constant Field Valuespublic static final int PITCH_BEND_N1_VALUE
If the meaning of 'Pitch Bend N1' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_N1
,
Constant Field Valuespublic static final int PITCH_BEND_0_VALUE
If the meaning of 'Pitch Bend 0' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_0
,
Constant Field Valuespublic static final int PITCH_BEND_1_VALUE
If the meaning of 'Pitch Bend 1' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_1
,
Constant Field Valuespublic static final int PITCH_BEND_2_VALUE
If the meaning of 'Pitch Bend 2' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_2
,
Constant Field Valuespublic static final int PITCH_BEND_3_VALUE
If the meaning of 'Pitch Bend 3' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_3
,
Constant Field Valuespublic static final int PITCH_BEND_4_VALUE
If the meaning of 'Pitch Bend 4' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_4
,
Constant Field Valuespublic static final int PITCH_BEND_5_VALUE
If the meaning of 'Pitch Bend 5' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_5
,
Constant Field Valuespublic static final int PITCH_BEND_6_VALUE
If the meaning of 'Pitch Bend 6' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_6
,
Constant Field Valuespublic static final int PITCH_BEND_7_VALUE
If the meaning of 'Pitch Bend 7' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_7
,
Constant Field Valuespublic static final int PITCH_BEND_8_VALUE
If the meaning of 'Pitch Bend 8' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_8
,
Constant Field Valuespublic static final int PITCH_BEND_9_VALUE
If the meaning of 'Pitch Bend 9' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_9
,
Constant Field Valuespublic static final int PITCH_BEND_10_VALUE
If the meaning of 'Pitch Bend 10' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_10
,
Constant Field Valuespublic static final int PITCH_BEND_11_VALUE
If the meaning of 'Pitch Bend 11' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_11
,
Constant Field Valuespublic static final int PITCH_BEND_12_VALUE
If the meaning of 'Pitch Bend 12' literal object isn't clear, there really should be more of a description here...
PITCH_BEND_12
,
Constant Field Valuespublic static final java.util.List<PitchBendRange> VALUES
public static PitchBendRange[] values()
for (PitchBendRange c : PitchBendRange.values()) System.out.println(c);
public static PitchBendRange 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 PitchBendRange get(java.lang.String literal)
public static PitchBendRange getByName(java.lang.String name)
public static PitchBendRange 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<PitchBendRange>