blue.music
Class Key

java.lang.Object
  |
  +--blue.music.Key

public class Key
extends java.lang.Object


Field Summary
static Key A
           
static Key AFLAT
           
static Key B
           
static Key BFLAT
           
static Key C
           
static Key CSHARP
           
static Key D
           
static Key DFLAT
           
static Key E
           
static Key EFLAT
           
static Key F
           
static Key FSHARP
           
static Key G
           
static Key GFLAT
           
 
Constructor Summary
Key(java.lang.String value)
           
 
Method Summary
 java.lang.String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

C

public static final Key C

CSHARP

public static final Key CSHARP

DFLAT

public static final Key DFLAT

D

public static final Key D

EFLAT

public static final Key EFLAT

E

public static final Key E

F

public static final Key F

FSHARP

public static final Key FSHARP

GFLAT

public static final Key GFLAT

G

public static final Key G

AFLAT

public static final Key AFLAT

A

public static final Key A

BFLAT

public static final Key BFLAT

B

public static final Key B
Constructor Detail

Key

public Key(java.lang.String value)
Method Detail

value

public java.lang.String value()