public enum GroupBarlineValue extends Enum<GroupBarlineValue>
Java class for group-barline-value.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="group-barline-value">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="yes"/>
<enumeration value="no"/>
<enumeration value="Mensurstrich"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MENSURSTRICH |
NO |
YES |
| Modifier and Type | Method and Description |
|---|---|
static GroupBarlineValue |
fromValue(String v) |
String |
value() |
static GroupBarlineValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupBarlineValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupBarlineValue YES
public static final GroupBarlineValue NO
public static final GroupBarlineValue MENSURSTRICH
public static GroupBarlineValue[] values()
for (GroupBarlineValue c : GroupBarlineValue.values()) System.out.println(c);
public static GroupBarlineValue 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 value()
public static GroupBarlineValue fromValue(String v)
Copyright © 2016 Audiveris Ltd. All rights reserved.