Enum Class FeldmanProjection_n.addenda

java.lang.Object
java.lang.Enum<FeldmanProjection_n.addenda>
eu.bandm.music.applications.feldproj.FeldmanProjection_n.addenda
All Implemented Interfaces:
Serializable, Comparable<FeldmanProjection_n.addenda>, Constable
Enclosing class:
FeldmanProjection_n

static enum FeldmanProjection_n.addenda extends Enum<FeldmanProjection_n.addenda>
Types of voices which allow different sets of graphical addenda to the events: "simplex" allows nothing. "arcus" allows "P"=sul Ponticello and "pz"=pizzicato ("A" for "arco" is the default and does not appear in the tscore text.) "arcusMult" allows additionally numbers > 1 for multistops. "claves" requires numbers >= 1 for every event as the number of simultaneously pressed keys.
  • Enum Constant Details

  • Method Details

    • values

      public static FeldmanProjection_n.addenda[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FeldmanProjection_n.addenda valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null