public enum HandbellValue extends Enum<HandbellValue>
Java class for handbell-value.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="handbell-value">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="damp"/>
<enumeration value="echo"/>
<enumeration value="gyro"/>
<enumeration value="hand martellato"/>
<enumeration value="mallet lift"/>
<enumeration value="mallet table"/>
<enumeration value="martellato"/>
<enumeration value="martellato lift"/>
<enumeration value="muted martellato"/>
<enumeration value="pluck lift"/>
<enumeration value="swing"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DAMP |
ECHO |
GYRO |
HAND_MARTELLATO |
MALLET_LIFT |
MALLET_TABLE |
MARTELLATO |
MARTELLATO_LIFT |
MUTED_MARTELLATO |
PLUCK_LIFT |
SWING |
| Modifier and Type | Method and Description |
|---|---|
static HandbellValue |
fromValue(String v) |
String |
value() |
static HandbellValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandbellValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandbellValue DAMP
public static final HandbellValue ECHO
public static final HandbellValue GYRO
public static final HandbellValue HAND_MARTELLATO
public static final HandbellValue MALLET_LIFT
public static final HandbellValue MALLET_TABLE
public static final HandbellValue MARTELLATO
public static final HandbellValue MARTELLATO_LIFT
public static final HandbellValue MUTED_MARTELLATO
public static final HandbellValue PLUCK_LIFT
public static final HandbellValue SWING
public static HandbellValue[] values()
for (HandbellValue c : HandbellValue.values()) System.out.println(c);
public static HandbellValue valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static HandbellValue fromValue(String v)
Copyright © 2016 Audiveris Ltd. All rights reserved.