static Note.Tone
getById(byte id)
Note.Tone
getTone()
valueOf(String name)
static Note.Tone[]
values()
static Note
flat(int octave, Note.Tone tone)
natural(int octave, Note.Tone tone)
sharp(int octave, Note.Tone tone)
Note(int octave, Note.Tone tone, boolean sharped)