Class HoleClosed

java.lang.Object
org.audiveris.proxymusic.HoleClosed

public class HoleClosed extends Object
The hole-closed type represents whether the hole is closed, open, or half-open. The optional location attribute indicates which portion of the hole is filled in when the element value is half.

Java class for hole-closed complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="hole-closed">
   <simpleContent>
     <extension base="<>hole-closed-value">
       <attribute name="location" type="{}hole-closed-location" />
     </extension>
   </simpleContent>
 </complexType>