|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NoteListParameterLink.Moment>
net.charlesames.music.ensemble.NoteListParameterLink.Moment
public static enum NoteListParameterLink.Moment
The NoteListParameterLink.Moment class identifies at what time during a note a Contour link should
acquire a parameter value.
| Enum Constant Summary | |
|---|---|
ONSET
Acquire the parameter value when the note starts. |
|
RELEASE
Acquire the parameter value when the note ends. |
|
| Method Summary | |
|---|---|
static NoteListParameterLink.Moment |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NoteListParameterLink.Moment[] |
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 NoteListParameterLink.Moment ONSET
public static final NoteListParameterLink.Moment RELEASE
| Method Detail |
|---|
public static NoteListParameterLink.Moment[] values()
for (NoteListParameterLink.Moment c : NoteListParameterLink.Moment.values()) System.out.println(c);
public static NoteListParameterLink.Moment 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 | |||||||||