|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Clef.ClefSign>
net.charlesames.music.musicxml.Clef.ClefSign
public static enum Clef.ClefSign
Allowed values for the Sign property.
| Enum Constant Summary | |
|---|---|
C
C (moveable) clef. |
|
F
F (bass) clef. |
|
G
G (treble) clef. |
|
none
No clef. |
|
percussion
Percussion clef. |
|
TAB
Tablature. |
|
| Method Summary | |
|---|---|
static Clef.ClefSign |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Clef.ClefSign[] |
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 Clef.ClefSign G
public static final Clef.ClefSign F
public static final Clef.ClefSign C
public static final Clef.ClefSign percussion
public static final Clef.ClefSign TAB
public static final Clef.ClefSign none
| Method Detail |
|---|
public static Clef.ClefSign[] values()
for (Clef.ClefSign c : Clef.ClefSign.values()) System.out.println(c);
public static Clef.ClefSign 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||