abc.notation
Interface AccidentalType


public interface AccidentalType

Constants for accidental types.


Field Summary
static byte FLAT
          The FLAT accidental type : b.
static byte NATURAL
          The NATURAL accidental type.
static byte NONE
          The NONE accidental type.
static byte SHARP
          The SHARP accidental type : #
 

Field Detail

FLAT

public static final byte FLAT
The FLAT accidental type : b.

See Also:
Constant Field Values

NATURAL

public static final byte NATURAL
The NATURAL accidental type.

See Also:
Constant Field Values

SHARP

public static final byte SHARP
The SHARP accidental type : #

See Also:
Constant Field Values

NONE

public static final byte NONE
The NONE accidental type.

See Also:
Constant Field Values