Class Metal

java.lang.Object
org.audiveris.proxymusic.Metal

public class Metal extends Object
The metal type represents pictograms for metal percussion instruments. The smufl attribute is used to distinguish different SMuFL stylistic alternates.

Java class for metal complex type.

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

 <complexType name="metal">
   <simpleContent>
     <extension base="<>metal-value">
       <attribute name="smufl" type="{}smufl-pictogram-glyph-name" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Metal

      public Metal()
  • Method Details

    • getValue

      public MetalValue getValue()
      The metal-value type represents pictograms for metal percussion instruments. The hi-hat value refers to a pictogram like Stone's high-hat cymbals but without the long vertical line at the bottom.
      Returns:
      possible object is MetalValue
    • setValue

      public void setValue(MetalValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is MetalValue
    • getSmufl

      public String getSmufl()
      Gets the value of the smufl property.
      Returns:
      possible object is String
    • setSmufl

      public void setSmufl(String value)
      Sets the value of the smufl property.
      Parameters:
      value - allowed object is String