index
:
jMusicHub.git
master
Audio manager in Java
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Genre.java
blob: 13fbe3ef63111191f61ecdfcdc95b46a6249d94d (
plain
)
1
2
3
public
enum
Genre
{
JAZZ
,
CLASSICAL
,
HIPHOP
,
ROCK
,
POP
,
RAP
}