Package org.audiveris.proxymusic
Enum Class BeaterValue
- All Implemented Interfaces:
Serializable,Comparable<BeaterValue>,Constable
Java class for beater-value.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="beater-value">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="bow"/>
<enumeration value="chime hammer"/>
<enumeration value="coin"/>
<enumeration value="drum stick"/>
<enumeration value="finger"/>
<enumeration value="fingernail"/>
<enumeration value="fist"/>
<enumeration value="guiro scraper"/>
<enumeration value="hammer"/>
<enumeration value="hand"/>
<enumeration value="jazz stick"/>
<enumeration value="knitting needle"/>
<enumeration value="metal hammer"/>
<enumeration value="slide brush on gong"/>
<enumeration value="snare stick"/>
<enumeration value="spoon mallet"/>
<enumeration value="superball"/>
<enumeration value="triangle beater"/>
<enumeration value="triangle beater plain"/>
<enumeration value="wire brush"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic BeaterValuevalue()static BeaterValueReturns the enum constant of this class with the specified name.static BeaterValue[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BOW
-
CHIME_HAMMER
-
COIN
-
DRUM_STICK
-
FINGER
-
FINGERNAIL
-
FIST
-
GUIRO_SCRAPER
-
HAMMER
-
HAND
-
JAZZ_STICK
-
KNITTING_NEEDLE
-
METAL_HAMMER
-
SLIDE_BRUSH_ON_GONG
-
SNARE_STICK
-
SPOON_MALLET
-
SUPERBALL
-
TRIANGLE_BEATER
-
TRIANGLE_BEATER_PLAIN
-
WIRE_BRUSH
-
-
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
-