public enum NoteheadValue extends Enum<NoteheadValue>
Java class for notehead-value.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="notehead-value">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="slash"/>
<enumeration value="triangle"/>
<enumeration value="diamond"/>
<enumeration value="square"/>
<enumeration value="cross"/>
<enumeration value="x"/>
<enumeration value="circle-x"/>
<enumeration value="inverted triangle"/>
<enumeration value="arrow down"/>
<enumeration value="arrow up"/>
<enumeration value="slashed"/>
<enumeration value="back slashed"/>
<enumeration value="normal"/>
<enumeration value="cluster"/>
<enumeration value="circle dot"/>
<enumeration value="left triangle"/>
<enumeration value="rectangle"/>
<enumeration value="none"/>
<enumeration value="do"/>
<enumeration value="re"/>
<enumeration value="mi"/>
<enumeration value="fa"/>
<enumeration value="fa up"/>
<enumeration value="so"/>
<enumeration value="la"/>
<enumeration value="ti"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ARROW_DOWN |
ARROW_UP |
BACK_SLASHED |
CIRCLE_DOT |
CIRCLE_X |
CLUSTER |
CROSS |
DIAMOND |
DO |
FA |
FA_UP |
INVERTED_TRIANGLE |
LA |
LEFT_TRIANGLE |
MI |
NONE |
NORMAL |
RE |
RECTANGLE |
SLASH |
SLASHED |
SO |
SQUARE |
TI |
TRIANGLE |
X |
| Modifier and Type | Method and Description |
|---|---|
static NoteheadValue |
fromValue(String v) |
String |
value() |
static NoteheadValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoteheadValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoteheadValue SLASH
public static final NoteheadValue TRIANGLE
public static final NoteheadValue DIAMOND
public static final NoteheadValue SQUARE
public static final NoteheadValue CROSS
public static final NoteheadValue X
public static final NoteheadValue CIRCLE_X
public static final NoteheadValue INVERTED_TRIANGLE
public static final NoteheadValue ARROW_DOWN
public static final NoteheadValue ARROW_UP
public static final NoteheadValue SLASHED
public static final NoteheadValue BACK_SLASHED
public static final NoteheadValue NORMAL
public static final NoteheadValue CLUSTER
public static final NoteheadValue CIRCLE_DOT
public static final NoteheadValue LEFT_TRIANGLE
public static final NoteheadValue RECTANGLE
public static final NoteheadValue NONE
public static final NoteheadValue DO
public static final NoteheadValue RE
public static final NoteheadValue MI
public static final NoteheadValue FA
public static final NoteheadValue FA_UP
public static final NoteheadValue SO
public static final NoteheadValue LA
public static final NoteheadValue TI
public static NoteheadValue[] values()
for (NoteheadValue c : NoteheadValue.values()) System.out.println(c);
public static NoteheadValue 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 NoteheadValue fromValue(String v)
Copyright © 2016 Audiveris Ltd. All rights reserved.