Package org.audiveris.proxymusic
Enum Class MetalValue
- All Implemented Interfaces:
Serializable,Comparable<MetalValue>,Constable
Java class for metal-value.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="metal-value">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="agogo"/>
<enumeration value="almglocken"/>
<enumeration value="bell"/>
<enumeration value="bell plate"/>
<enumeration value="bell tree"/>
<enumeration value="brake drum"/>
<enumeration value="cencerro"/>
<enumeration value="chain rattle"/>
<enumeration value="Chinese cymbal"/>
<enumeration value="cowbell"/>
<enumeration value="crash cymbals"/>
<enumeration value="crotale"/>
<enumeration value="cymbal tongs"/>
<enumeration value="domed gong"/>
<enumeration value="finger cymbals"/>
<enumeration value="flexatone"/>
<enumeration value="gong"/>
<enumeration value="hi-hat"/>
<enumeration value="high-hat cymbals"/>
<enumeration value="handbell"/>
<enumeration value="jaw harp"/>
<enumeration value="jingle bells"/>
<enumeration value="musical saw"/>
<enumeration value="shell bells"/>
<enumeration value="sistrum"/>
<enumeration value="sizzle cymbal"/>
<enumeration value="sleigh bells"/>
<enumeration value="suspended cymbal"/>
<enumeration value="tam tam"/>
<enumeration value="tam tam with beater"/>
<enumeration value="triangle"/>
<enumeration value="Vietnamese hat"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic MetalValuevalue()static MetalValueReturns the enum constant of this class with the specified name.static MetalValue[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AGOGO
-
ALMGLOCKEN
-
BELL
-
BELL_PLATE
-
BELL_TREE
-
BRAKE_DRUM
-
CENCERRO
-
CHAIN_RATTLE
-
CHINESE_CYMBAL
-
COWBELL
-
CRASH_CYMBALS
-
CROTALE
-
CYMBAL_TONGS
-
DOMED_GONG
-
FINGER_CYMBALS
-
FLEXATONE
-
GONG
-
HI_HAT
-
HIGH_HAT_CYMBALS
-
HANDBELL
-
JAW_HARP
-
JINGLE_BELLS
-
MUSICAL_SAW
-
SHELL_BELLS
-
SISTRUM
-
SIZZLE_CYMBAL
-
SLEIGH_BELLS
-
SUSPENDED_CYMBAL
-
TAM_TAM
-
TAM_TAM_WITH_BEATER
-
TRIANGLE
-
VIETNAMESE_HAT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-