Class Empty

java.lang.Object
org.audiveris.proxymusic.Empty
Direct Known Subclasses:
Release

public class Empty extends Object
The empty type represents an empty element with no attributes.

Java class for empty complex type.

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

 <complexType name="empty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Empty

      public Empty()