java.lang.Object
java.lang.Enum<KindValue>
com.musicxmltasks.musicxml.direction.harmony.KindValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<KindValue>, java.lang.constant.Constable

public enum KindValue
extends java.lang.Enum<KindValue>
  • Enum Constant Details

    • MAJOR

      public static final KindValue MAJOR
    • MINOR

      public static final KindValue MINOR
    • AUGMENTED

      public static final KindValue AUGMENTED
    • DIMINISHED

      public static final KindValue DIMINISHED
    • DOMINANT

      public static final KindValue DOMINANT
    • MAJOR_SEVENTH

      public static final KindValue MAJOR_SEVENTH
    • MINOR_SEVENTH

      public static final KindValue MINOR_SEVENTH
    • DIMINISHED_SEVENTH

      public static final KindValue DIMINISHED_SEVENTH
    • AUGMENTED_SEVENTH

      public static final KindValue AUGMENTED_SEVENTH
    • HALF_DIMINISHED

      public static final KindValue HALF_DIMINISHED
    • MAJOR_MINOR

      public static final KindValue MAJOR_MINOR
    • MAJOR_SIXTH

      public static final KindValue MAJOR_SIXTH
    • MINOR_SIXTH

      public static final KindValue MINOR_SIXTH
    • DOMINANT_NINTH

      public static final KindValue DOMINANT_NINTH
    • MAJOR_NINTH

      public static final KindValue MAJOR_NINTH
    • MINOR_NINTH

      public static final KindValue MINOR_NINTH
    • DOMINANT_11TH

      public static final KindValue DOMINANT_11TH
    • MAJOR_11TH

      public static final KindValue MAJOR_11TH
    • MINOR_11TH

      public static final KindValue MINOR_11TH
    • DOMINANT_13TH

      public static final KindValue DOMINANT_13TH
    • MAJOR_13TH

      public static final KindValue MAJOR_13TH
    • MINOR_13TH

      public static final KindValue MINOR_13TH
    • SUSPENDED_SECOND

      public static final KindValue SUSPENDED_SECOND
    • SUSPENDED_FOURTH

      public static final KindValue SUSPENDED_FOURTH
    • NEAPOLITAN

      public static final KindValue NEAPOLITAN
    • ITALIAN

      public static final KindValue ITALIAN
    • FRENCH

      public static final KindValue FRENCH
    • GERMAN

      public static final KindValue GERMAN
    • PEDAL

      public static final KindValue PEDAL
    • POWER

      public static final KindValue POWER
    • TRISTAN

      public static final KindValue TRISTAN
    • OTHER

      public static final KindValue OTHER
    • NONE

      public static final KindValue NONE
  • Method Details

    • values

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

      public static KindValue valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null