Package org.audiveris.proxymusic
Enum Class EffectValue
- All Implemented Interfaces:
Serializable,Comparable<EffectValue>,Constable
Java class for effect-value.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="effect-value">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="anvil"/>
<enumeration value="auto horn"/>
<enumeration value="bird whistle"/>
<enumeration value="cannon"/>
<enumeration value="duck call"/>
<enumeration value="gun shot"/>
<enumeration value="klaxon horn"/>
<enumeration value="lions roar"/>
<enumeration value="lotus flute"/>
<enumeration value="megaphone"/>
<enumeration value="police whistle"/>
<enumeration value="siren"/>
<enumeration value="slide whistle"/>
<enumeration value="thunder sheet"/>
<enumeration value="wind machine"/>
<enumeration value="wind whistle"/>
</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 EffectValuevalue()static EffectValueReturns the enum constant of this class with the specified name.static EffectValue[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ANVIL
-
AUTO_HORN
-
BIRD_WHISTLE
-
CANNON
-
DUCK_CALL
-
GUN_SHOT
-
KLAXON_HORN
-
LIONS_ROAR
-
LOTUS_FLUTE
-
MEGAPHONE
-
POLICE_WHISTLE
-
SIREN
-
SLIDE_WHISTLE
-
THUNDER_SHEET
-
WIND_MACHINE
-
WIND_WHISTLE
-
-
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
-