public static enum MidiMessageEvent.Category extends Enum<MidiMessageEvent.Category>
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static MidiMessageEvent.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MidiMessageEvent.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MidiMessageEvent.Category SHORT
public static final MidiMessageEvent.Category META
public static final MidiMessageEvent.Category SYSEX
public static MidiMessageEvent.Category[] values()
for (MidiMessageEvent.Category c : MidiMessageEvent.Category.values()) System.out.println(c);
public static MidiMessageEvent.Category valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
Copyright © 2016–2018 Softelnet. All rights reserved.