public enum ArpeggiatorScale extends java.lang.Enum<ArpeggiatorScale>
EsxPackage.getArpeggiatorScale()
Enum Constant and Description |
---|
AEOLIAN
The 'AEOLIAN' literal object.
|
ARABIAN_SCALE
The 'ARABIAN SCALE' literal object.
|
BALI_ISLAND_SCALE
The 'BALI ISLAND SCALE' literal object.
|
CHROMATIC
The 'CHROMATIC' literal object.
|
COMBINATION_DIMINISH
The 'COMBINATION DIMINISH' literal object.
|
DIMINISH
The 'DIMINISH' literal object.
|
DORIAN
The 'DORIAN' literal object.
|
EGYPTIAN_SCALE
The 'EGYPTIAN SCALE' literal object.
|
FIFTH_INTERVAL
The 'FIFTH INTERVAL' literal object.
|
FOURTH_INTERVAL
The 'FOURTH INTERVAL' literal object.
|
GYPSY_SCALE
The 'GYPSY SCALE' literal object.
|
HAWAIIAN_SCALE
The 'HAWAIIAN SCALE' literal object.
|
IONIAN
The 'IONIAN' literal object.
|
JAPANESE_MIYAKOBUSHI
The 'JAPANESE MIYAKOBUSHI' literal object.
|
LOCRIAN
The 'LOCRIAN' literal object.
|
LYDIAN
The 'LYDIAN' literal object.
|
MAJOR_3RD_INTERVAL
The 'MAJOR 3RD INTERVAL' literal object.
|
MAJOR_BLUES
The 'MAJOR BLUES' literal object.
|
MAJOR_PENTATONIC
The 'MAJOR PENTATONIC' literal object.
|
MINOR_3RD_INTERVAL
The 'MINOR 3RD INTERVAL' literal object.
|
MINOR_BLUES
The 'MINOR BLUES' literal object.
|
MINOR_PENTATONIC
The 'MINOR PENTATONIC' literal object.
|
MIXOLYDIAN
The 'MIXOLYDIAN' literal object.
|
OCTAVE_INTERVAL
The 'OCTAVE INTERVAL' literal object.
|
PHRYGIAN
The 'PHRYGIAN' literal object.
|
RAGA_BHAIRAV
The 'RAGA BHAIRAV' literal object.
|
RAGA_GAMANASRAMA
The 'RAGA GAMANASRAMA' literal object.
|
RAGA_TODI
The 'RAGA TODI' literal object.
|
RYUKYU_SCALE
The 'RYUKYU SCALE' literal object.
|
SPANISH_SCALE
The 'SPANISH SCALE' literal object.
|
WHOLETONE
The 'WHOLETONE' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
AEOLIAN_VALUE
The 'AEOLIAN' literal value.
|
static int |
ARABIAN_SCALE_VALUE
The 'ARABIAN SCALE' literal value.
|
static int |
BALI_ISLAND_SCALE_VALUE
The 'BALI ISLAND SCALE' literal value.
|
static int |
CHROMATIC_VALUE
The 'CHROMATIC' literal value.
|
static int |
COMBINATION_DIMINISH_VALUE
The 'COMBINATION DIMINISH' literal value.
|
static int |
DIMINISH_VALUE
The 'DIMINISH' literal value.
|
static int |
DORIAN_VALUE
The 'DORIAN' literal value.
|
static int |
EGYPTIAN_SCALE_VALUE
The 'EGYPTIAN SCALE' literal value.
|
static int |
FIFTH_INTERVAL_VALUE
The 'FIFTH INTERVAL' literal value.
|
static int |
FOURTH_INTERVAL_VALUE
The 'FOURTH INTERVAL' literal value.
|
static int |
GYPSY_SCALE_VALUE
The 'GYPSY SCALE' literal value.
|
static int |
HAWAIIAN_SCALE_VALUE
The 'HAWAIIAN SCALE' literal value.
|
static int |
IONIAN_VALUE
The 'IONIAN' literal value.
|
static int |
JAPANESE_MIYAKOBUSHI_VALUE
The 'JAPANESE MIYAKOBUSHI' literal value.
|
static int |
LOCRIAN_VALUE
The 'LOCRIAN' literal value.
|
static int |
LYDIAN_VALUE
The 'LYDIAN' literal value.
|
static int |
MAJOR_3RD_INTERVAL_VALUE
The 'MAJOR 3RD INTERVAL' literal value.
|
static int |
MAJOR_BLUES_VALUE
The 'MAJOR BLUES' literal value.
|
static int |
MAJOR_PENTATONIC_VALUE
The 'MAJOR PENTATONIC' literal value.
|
static int |
MINOR_3RD_INTERVAL_VALUE
The 'MINOR 3RD INTERVAL' literal value.
|
static int |
MINOR_BLUES_VALUE
The 'MINOR BLUES' literal value.
|
static int |
MINOR_PENTATONIC_VALUE
The 'MINOR PENTATONIC' literal value.
|
static int |
MIXOLYDIAN_VALUE
The 'MIXOLYDIAN' literal value.
|
static int |
OCTAVE_INTERVAL_VALUE
The 'OCTAVE INTERVAL' literal value.
|
static int |
PHRYGIAN_VALUE
The 'PHRYGIAN' literal value.
|
static int |
RAGA_BHAIRAV_VALUE
The 'RAGA BHAIRAV' literal value.
|
static int |
RAGA_GAMANASRAMA_VALUE
The 'RAGA GAMANASRAMA' literal value.
|
static int |
RAGA_TODI_VALUE
The 'RAGA TODI' literal value.
|
static int |
RYUKYU_SCALE_VALUE
The 'RYUKYU SCALE' literal value.
|
static int |
SPANISH_SCALE_VALUE
The 'SPANISH SCALE' literal value.
|
static java.util.List<ArpeggiatorScale> |
VALUES
A public read-only list of all the 'Arpeggiator Scale' enumerators.
|
static int |
WHOLETONE_VALUE
The 'WHOLETONE' literal value.
|
Modifier and Type | Method and Description |
---|---|
static ArpeggiatorScale |
get(int value)
Returns the 'Arpeggiator Scale' literal with the specified integer value.
|
static ArpeggiatorScale |
get(java.lang.String literal)
Returns the 'Arpeggiator Scale' literal with the specified literal value.
|
static ArpeggiatorScale |
getByName(java.lang.String name)
Returns the 'Arpeggiator Scale' 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 ArpeggiatorScale |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArpeggiatorScale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArpeggiatorScale CHROMATIC
CHROMATIC_VALUE
public static final ArpeggiatorScale IONIAN
IONIAN_VALUE
public static final ArpeggiatorScale DORIAN
DORIAN_VALUE
public static final ArpeggiatorScale PHRYGIAN
PHRYGIAN_VALUE
public static final ArpeggiatorScale LYDIAN
LYDIAN_VALUE
public static final ArpeggiatorScale MIXOLYDIAN
MIXOLYDIAN_VALUE
public static final ArpeggiatorScale AEOLIAN
AEOLIAN_VALUE
public static final ArpeggiatorScale LOCRIAN
LOCRIAN_VALUE
public static final ArpeggiatorScale MAJOR_BLUES
MAJOR_BLUES_VALUE
public static final ArpeggiatorScale MINOR_BLUES
MINOR_BLUES_VALUE
public static final ArpeggiatorScale DIMINISH
DIMINISH_VALUE
public static final ArpeggiatorScale COMBINATION_DIMINISH
COMBINATION_DIMINISH_VALUE
public static final ArpeggiatorScale MAJOR_PENTATONIC
MAJOR_PENTATONIC_VALUE
public static final ArpeggiatorScale MINOR_PENTATONIC
MINOR_PENTATONIC_VALUE
public static final ArpeggiatorScale RAGA_BHAIRAV
RAGA_BHAIRAV_VALUE
public static final ArpeggiatorScale RAGA_GAMANASRAMA
RAGA_GAMANASRAMA_VALUE
public static final ArpeggiatorScale RAGA_TODI
RAGA_TODI_VALUE
public static final ArpeggiatorScale SPANISH_SCALE
SPANISH_SCALE_VALUE
public static final ArpeggiatorScale GYPSY_SCALE
GYPSY_SCALE_VALUE
public static final ArpeggiatorScale ARABIAN_SCALE
ARABIAN_SCALE_VALUE
public static final ArpeggiatorScale EGYPTIAN_SCALE
EGYPTIAN_SCALE_VALUE
public static final ArpeggiatorScale HAWAIIAN_SCALE
HAWAIIAN_SCALE_VALUE
public static final ArpeggiatorScale BALI_ISLAND_SCALE
BALI_ISLAND_SCALE_VALUE
public static final ArpeggiatorScale JAPANESE_MIYAKOBUSHI
JAPANESE_MIYAKOBUSHI_VALUE
public static final ArpeggiatorScale RYUKYU_SCALE
RYUKYU_SCALE_VALUE
public static final ArpeggiatorScale WHOLETONE
WHOLETONE_VALUE
public static final ArpeggiatorScale MINOR_3RD_INTERVAL
MINOR_3RD_INTERVAL_VALUE
public static final ArpeggiatorScale MAJOR_3RD_INTERVAL
MAJOR_3RD_INTERVAL_VALUE
public static final ArpeggiatorScale FOURTH_INTERVAL
FOURTH_INTERVAL_VALUE
public static final ArpeggiatorScale FIFTH_INTERVAL
FIFTH_INTERVAL_VALUE
public static final ArpeggiatorScale OCTAVE_INTERVAL
OCTAVE_INTERVAL_VALUE
public static final int CHROMATIC_VALUE
If the meaning of 'CHROMATIC' literal object isn't clear, there really should be more of a description here...
CHROMATIC
,
Constant Field Valuespublic static final int IONIAN_VALUE
If the meaning of 'IONIAN' literal object isn't clear, there really should be more of a description here...
IONIAN
,
Constant Field Valuespublic static final int DORIAN_VALUE
If the meaning of 'DORIAN' literal object isn't clear, there really should be more of a description here...
DORIAN
,
Constant Field Valuespublic static final int PHRYGIAN_VALUE
If the meaning of 'PHRYGIAN' literal object isn't clear, there really should be more of a description here...
PHRYGIAN
,
Constant Field Valuespublic static final int LYDIAN_VALUE
If the meaning of 'LYDIAN' literal object isn't clear, there really should be more of a description here...
LYDIAN
,
Constant Field Valuespublic static final int MIXOLYDIAN_VALUE
If the meaning of 'MIXOLYDIAN' literal object isn't clear, there really should be more of a description here...
MIXOLYDIAN
,
Constant Field Valuespublic static final int AEOLIAN_VALUE
If the meaning of 'AEOLIAN' literal object isn't clear, there really should be more of a description here...
AEOLIAN
,
Constant Field Valuespublic static final int LOCRIAN_VALUE
If the meaning of 'LOCRIAN' literal object isn't clear, there really should be more of a description here...
LOCRIAN
,
Constant Field Valuespublic static final int MAJOR_BLUES_VALUE
If the meaning of 'MAJOR BLUES' literal object isn't clear, there really should be more of a description here...
MAJOR_BLUES
,
Constant Field Valuespublic static final int MINOR_BLUES_VALUE
If the meaning of 'MINOR BLUES' literal object isn't clear, there really should be more of a description here...
MINOR_BLUES
,
Constant Field Valuespublic static final int DIMINISH_VALUE
If the meaning of 'DIMINISH' literal object isn't clear, there really should be more of a description here...
DIMINISH
,
Constant Field Valuespublic static final int COMBINATION_DIMINISH_VALUE
If the meaning of 'COMBINATION DIMINISH' literal object isn't clear, there really should be more of a description here...
COMBINATION_DIMINISH
,
Constant Field Valuespublic static final int MAJOR_PENTATONIC_VALUE
If the meaning of 'MAJOR PENTATONIC' literal object isn't clear, there really should be more of a description here...
MAJOR_PENTATONIC
,
Constant Field Valuespublic static final int MINOR_PENTATONIC_VALUE
If the meaning of 'MINOR PENTATONIC' literal object isn't clear, there really should be more of a description here...
MINOR_PENTATONIC
,
Constant Field Valuespublic static final int RAGA_BHAIRAV_VALUE
If the meaning of 'RAGA BHAIRAV' literal object isn't clear, there really should be more of a description here...
RAGA_BHAIRAV
,
Constant Field Valuespublic static final int RAGA_GAMANASRAMA_VALUE
If the meaning of 'RAGA GAMANASRAMA' literal object isn't clear, there really should be more of a description here...
RAGA_GAMANASRAMA
,
Constant Field Valuespublic static final int RAGA_TODI_VALUE
If the meaning of 'RAGA TODI' literal object isn't clear, there really should be more of a description here...
RAGA_TODI
,
Constant Field Valuespublic static final int SPANISH_SCALE_VALUE
If the meaning of 'SPANISH SCALE' literal object isn't clear, there really should be more of a description here...
SPANISH_SCALE
,
Constant Field Valuespublic static final int GYPSY_SCALE_VALUE
If the meaning of 'GYPSY SCALE' literal object isn't clear, there really should be more of a description here...
GYPSY_SCALE
,
Constant Field Valuespublic static final int ARABIAN_SCALE_VALUE
If the meaning of 'ARABIAN SCALE' literal object isn't clear, there really should be more of a description here...
ARABIAN_SCALE
,
Constant Field Valuespublic static final int EGYPTIAN_SCALE_VALUE
If the meaning of 'EGYPTIAN SCALE' literal object isn't clear, there really should be more of a description here...
EGYPTIAN_SCALE
,
Constant Field Valuespublic static final int HAWAIIAN_SCALE_VALUE
If the meaning of 'HAWAIIAN SCALE' literal object isn't clear, there really should be more of a description here...
HAWAIIAN_SCALE
,
Constant Field Valuespublic static final int BALI_ISLAND_SCALE_VALUE
If the meaning of 'BALI ISLAND SCALE' literal object isn't clear, there really should be more of a description here...
BALI_ISLAND_SCALE
,
Constant Field Valuespublic static final int JAPANESE_MIYAKOBUSHI_VALUE
If the meaning of 'JAPANESE MIYAKOBUSHI' literal object isn't clear, there really should be more of a description here...
JAPANESE_MIYAKOBUSHI
,
Constant Field Valuespublic static final int RYUKYU_SCALE_VALUE
If the meaning of 'RYUKYU SCALE' literal object isn't clear, there really should be more of a description here...
RYUKYU_SCALE
,
Constant Field Valuespublic static final int WHOLETONE_VALUE
If the meaning of 'WHOLETONE' literal object isn't clear, there really should be more of a description here...
WHOLETONE
,
Constant Field Valuespublic static final int MINOR_3RD_INTERVAL_VALUE
If the meaning of 'MINOR 3RD INTERVAL' literal object isn't clear, there really should be more of a description here...
MINOR_3RD_INTERVAL
,
Constant Field Valuespublic static final int MAJOR_3RD_INTERVAL_VALUE
If the meaning of 'MAJOR 3RD INTERVAL' literal object isn't clear, there really should be more of a description here...
MAJOR_3RD_INTERVAL
,
Constant Field Valuespublic static final int FOURTH_INTERVAL_VALUE
If the meaning of 'FOURTH INTERVAL' literal object isn't clear, there really should be more of a description here...
FOURTH_INTERVAL
,
Constant Field Valuespublic static final int FIFTH_INTERVAL_VALUE
If the meaning of 'FIFTH INTERVAL' literal object isn't clear, there really should be more of a description here...
FIFTH_INTERVAL
,
Constant Field Valuespublic static final int OCTAVE_INTERVAL_VALUE
If the meaning of 'OCTAVE INTERVAL' literal object isn't clear, there really should be more of a description here...
OCTAVE_INTERVAL
,
Constant Field Valuespublic static final java.util.List<ArpeggiatorScale> VALUES
public static ArpeggiatorScale[] values()
for (ArpeggiatorScale c : ArpeggiatorScale.values()) System.out.println(c);
public static ArpeggiatorScale 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 ArpeggiatorScale get(java.lang.String literal)
public static ArpeggiatorScale getByName(java.lang.String name)
public static ArpeggiatorScale 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<ArpeggiatorScale>