|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Indication>
net.charlesames.music.musicxml.attribute.Indication
public enum Indication
Indications are MusicXML classes that tell how notes should be played.
| Enum Constant Summary | |
|---|---|
accent
MusicXML pass-through indication for accent. |
|
breathMark
MusicXML pass-through indication for breath mark. |
|
caesura
MusicXML pass-through indication for caesura. |
|
detachedLegato
MusicXML pass-through indication for detached legato. |
|
doit
MusicXML pass-through indication for doit. |
|
downBow
MusicXML pass-through indication for down-bow. |
|
falloff
MusicXML pass-through indication for falloff. |
|
finger0
MusicXML pass-through indication for finger #0. |
|
finger1
MusicXML pass-through indication for finger #1. |
|
finger2
MusicXML pass-through indication for finger #2. |
|
finger3
MusicXML pass-through indication for finger #3. |
|
finger4
MusicXML pass-through indication for finger #4. |
|
finger5
MusicXML pass-through indication for finger #5. |
|
open
MusicXML pass-through indication for unstopped notes or natural harmonics. |
|
plop
MusicXML pass-through indication for plop. |
|
scoop
MusicXML pass-through indication for scoop. |
|
spiccato
MusicXML pass-through indication for spiccato. |
|
staccatissimo
MusicXML pass-through indication for staccatissimo. |
|
staccato
MusicXML pass-through indication for staccato. |
|
stopped
MusicXML pass-through indication for stopped. |
|
strongAccent
MusicXML pass-through indication for strong accent. |
|
tenuto
MusicXML pass-through indication for tenuto. |
|
upBow
MusicXML pass-through indication for up-bow. |
|
| Method Summary | |
|---|---|
java.lang.String |
getContent()
|
java.lang.Class<? extends Notation> |
getNotationClass()
|
Notation |
getNotationInstance(MusicXmlEntity container)
Create a Music XMLNotation instance as a child of the indicated parent. |
boolean |
isPlacedAsVoice()
|
static Indication |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Indication[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static java.util.SortedMap<java.lang.String,Indication> |
valuesByName()
Get the collection of indications. |
| 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 Indication upBow
public static final Indication downBow
public static final Indication open
public static final Indication stopped
public static final Indication finger0
public static final Indication finger1
public static final Indication finger2
public static final Indication finger3
public static final Indication finger4
public static final Indication finger5
public static final Indication accent
public static final Indication strongAccent
public static final Indication detachedLegato
public static final Indication spiccato
public static final Indication staccatissimo
public static final Indication tenuto
public static final Indication staccato
public static final Indication scoop
public static final Indication plop
public static final Indication doit
public static final Indication falloff
public static final Indication breathMark
public static final Indication caesura
| Method Detail |
|---|
public static Indication[] values()
for (Indication c : Indication.values()) System.out.println(c);
public static Indication 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 static java.util.SortedMap<java.lang.String,Indication> valuesByName()
Indication instances, indexed by name.public Notation getNotationInstance(MusicXmlEntity container)
container - MusicXML Directions contain Notations associated with individual
notes, while MusicXML Directives Notations associated with the staff.
public java.lang.Class<? extends Notation> getNotationClass()
public java.lang.String getContent()
public boolean isPlacedAsVoice()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||