public static enum Component.Type extends java.lang.Enum<Component.Type>
| Modifier and Type | Method and Description |
|---|---|
static Component.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Component.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Component.Type notehead
public static final Component.Type rest
public static final Component.Type accidental
public static final Component.Type note_stem
public static final Component.Type timesig
public static final Component.Type keysig
public static final Component.Type clef
public static final Component.Type note_dots
public static final Component.Type lyric
public static final Component.Type ledgers
public static final Component.Type beamgroup
public static final Component.Type beam
public static final Component.Type tremolo
public static final Component.Type direction_text
public static final Component.Type direction_dynamics
public static final Component.Type direction_pedal
public static final Component.Type direction_metro
public static final Component.Type direction_reh
public static final Component.Type direction_segnocoda
public static final Component.Type notation_slur
public static final Component.Type notation_tied
public static final Component.Type notation_slide
public static final Component.Type notation_glissando
public static final Component.Type notation_tuplet
public static final Component.Type direction_wedge
public static final Component.Type direction_dashes
public static final Component.Type _direction_bracket
public static final Component.Type direction_oshift
public static final Component.Type note_ornament
public static final Component.Type note_articulation
public static final Component.Type note_dynamics
public static final Component.Type note_fermata
public static final Component.Type note_arpeggiate
public static final Component.Type note_tech
public static final Component.Type note_tech_fingering
public static final Component.Type note_tech_string
public static final Component.Type note_tech_fret
public static final Component.Type note_tech_hammerpull
public static final Component.Type harmony
public static final Component.Type harmony_frame
public static final Component.Type repeat_brace
public static final Component.Type multiple
public static final Component.Type parent
public static final Component.Type undefined
public static Component.Type[] values()
for (Component.Type c : Component.Type.values()) System.out.println(c);
public static Component.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null