public static enum MetricalLpcfgNonterminal.MetricalLpcfgLevel extends java.lang.Enum<MetricalLpcfgNonterminal.MetricalLpcfgLevel>
MetricalLpcfgNonterminal| Enum Constant and Description |
|---|
BEAT
This node is at the beat level of a tree.
|
MEASURE
This node is at the measure level of a tree.
|
SUB_BEAT
This node is at the sub beat level of a tree.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricalLpcfgNonterminal.MetricalLpcfgLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetricalLpcfgNonterminal.MetricalLpcfgLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricalLpcfgNonterminal.MetricalLpcfgLevel MEASURE
public static final MetricalLpcfgNonterminal.MetricalLpcfgLevel BEAT
public static final MetricalLpcfgNonterminal.MetricalLpcfgLevel SUB_BEAT
public static MetricalLpcfgNonterminal.MetricalLpcfgLevel[] values()
for (MetricalLpcfgNonterminal.MetricalLpcfgLevel c : MetricalLpcfgNonterminal.MetricalLpcfgLevel.values()) System.out.println(c);
public static MetricalLpcfgNonterminal.MetricalLpcfgLevel 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 namejava.lang.NullPointerException - if the argument is null