|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NoteheadShape>
net.charlesames.music.musicxml.attribute.NoteheadShape
public enum NoteheadShape
Selection options for MusicXML NoteheadShape attributes.
| Enum Constant Summary | |
|---|---|
ARROW_DOWN
|
|
ARROW_UP
|
|
BACKSLASHED
|
|
CIRCLE_X
|
|
CLUSTER
|
|
CROSS
|
|
DIAMOND
|
|
DO
|
|
FA
|
|
INVERTED_TRIANGLE
|
|
LA
|
|
MI
|
|
NONE
|
|
NORMAL
|
|
RE
|
|
SLASH
|
|
SLASHED
|
|
SO
|
|
SQUARE
|
|
TI
|
|
TRIANGLE
|
|
X
|
|
| Method Summary | |
|---|---|
java.lang.String |
text()
Get the text associated with this NodeheadShape instance. |
static NoteheadShape |
valueFromText(java.lang.String text)
Get the NodeheadShape instance associated with the specified text. |
static NoteheadShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NoteheadShape[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NoteheadShape SLASH
public static final NoteheadShape TRIANGLE
public static final NoteheadShape DIAMOND
public static final NoteheadShape SQUARE
public static final NoteheadShape CROSS
public static final NoteheadShape X
public static final NoteheadShape CIRCLE_X
public static final NoteheadShape NORMAL
public static final NoteheadShape CLUSTER
public static final NoteheadShape INVERTED_TRIANGLE
public static final NoteheadShape ARROW_DOWN
public static final NoteheadShape ARROW_UP
public static final NoteheadShape SLASHED
public static final NoteheadShape BACKSLASHED
public static final NoteheadShape DO
public static final NoteheadShape RE
public static final NoteheadShape MI
public static final NoteheadShape FA
public static final NoteheadShape SO
public static final NoteheadShape LA
public static final NoteheadShape TI
public static final NoteheadShape NONE
| Method Detail |
|---|
public static NoteheadShape[] values()
for (NoteheadShape c : NoteheadShape.values()) System.out.println(c);
public static NoteheadShape 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String text()
NodeheadShape instance.
NodeheadShape instance.public static NoteheadShape valueFromText(java.lang.String text)
NodeheadShape instance associated with the specified text.
text - The specified text.
NodeheadShape instance associated with the specified text.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||