public final class ID3V1Genre extends Object implements IEnumValue
Specifies genres used in an Id3v1 tag.
Modifier and Type | Field and Description |
---|---|
static ID3V1Genre |
Acid
Represents the Acid genre.
|
static ID3V1Genre |
AcidJazz
Represents the Acid Jazz genre.
|
static ID3V1Genre |
AcidPunk
Represents the Acid Punk genre.
|
static ID3V1Genre |
Alternative
Represents the Alternative genre.
|
static ID3V1Genre |
AlternativeRock
Represents the Alternative Rock genre.
|
static ID3V1Genre |
Ambient
Represents the Ambient genre.
|
static ID3V1Genre |
Bass
Represents the Bass genre.
|
static ID3V1Genre |
Blues
Represents the Blues genre.
|
static ID3V1Genre |
Cabaret
Represents the Cabaret genre.
|
static ID3V1Genre |
ChristianRap
Represents the Christian Rap genre.
|
static ID3V1Genre |
Classical
Represents the Classical genre.
|
static ID3V1Genre |
ClassicRock
Represents the Classic Rock genre.
|
static ID3V1Genre |
Comedy
Represents the Comedy genre.
|
static ID3V1Genre |
Country
Represents the Country genre.
|
static ID3V1Genre |
Cult
Represents the Cult genre.
|
static ID3V1Genre |
Dance
Represents the Dance genre.
|
static ID3V1Genre |
Darkwave
Represents the Darkwave genre.
|
static ID3V1Genre |
DeathMetal
Represents the Death Metal genre.
|
static ID3V1Genre |
Disco
Represents the Disco genre.
|
static ID3V1Genre |
Dream
Represents the Dream genre.
|
static ID3V1Genre |
Electronic
Represents the Electronic genre.
|
static ID3V1Genre |
Ethnic
Represents the Ethnic genre.
|
static ID3V1Genre |
Eurodance
Represents the Eurodance genre.
|
static ID3V1Genre |
EuroTechno
Represents the Euro-Techno genre.
|
static ID3V1Genre |
Funk
Represents the Funk genre.
|
static ID3V1Genre |
Fusion
Represents the Fusion genre.
|
static ID3V1Genre |
Game
Represents the Game genre.
|
static ID3V1Genre |
Gangsta
Represents the Gangsta genre.
|
static ID3V1Genre |
Gospel
Represents the Gospel genre.
|
static ID3V1Genre |
Gothic
Represents the Gothic genre.
|
static ID3V1Genre |
Grunge
Represents the Grunge genre.
|
static ID3V1Genre |
HardRock
Represents the Hard Rock genre.
|
static ID3V1Genre |
HipHop
Represents the Hip-Hop genre.
|
static ID3V1Genre |
House
Represents the House genre.
|
static ID3V1Genre |
Industrial
Represents the Industrial genre.
|
static ID3V1Genre |
Instrumental
Represents the Instrumental genre.
|
static ID3V1Genre |
InstrumentalPop
Represents the Instrumental Pop genre.
|
static ID3V1Genre |
InstrumentalRock
Represents the Instrumental Rock genre.
|
static ID3V1Genre |
Jazz
Represents the Jazz genre.
|
static ID3V1Genre |
JazzAndFunk
Represents the JazzAndFunk genre.
|
static ID3V1Genre |
Jungle
Represents the Jungle genre.
|
static ID3V1Genre |
LoFi
Represents the Lo-Fi genre.
|
static ID3V1Genre |
Meditative
Represents the Meditative genre.
|
static ID3V1Genre |
Metal
Represents the Metal genre.
|
static ID3V1Genre |
Musical
Represents the Musical genre.
|
static ID3V1Genre |
NativeAmerican
Represents the Native American genre.
|
static ID3V1Genre |
NewAge
Represents the New Age genre.
|
static ID3V1Genre |
NewWave
Represents the New Wave genre.
|
static ID3V1Genre |
Noise
Represents the Noise genre.
|
static ID3V1Genre |
Oldies
Represents the Oldies genre.
|
static ID3V1Genre |
Other
Represents the Other genre.
|
static ID3V1Genre |
Polka
Represents the Polka genre.
|
static ID3V1Genre |
Pop
Represents the Pop genre.
|
static ID3V1Genre |
PopFolk
Represents the Pop-Folk genre.
|
static ID3V1Genre |
PopFunk
Represents the Pop/Funk genre.
|
static ID3V1Genre |
Pranks
Represents the Pranks genre.
|
static ID3V1Genre |
Psychedelic
Represents the Psychedelic genre.
|
static ID3V1Genre |
Punk
Represents the Punk genre.
|
static ID3V1Genre |
Rap
Represents the Rap genre.
|
static ID3V1Genre |
Rave
Represents the Rave genre.
|
static ID3V1Genre |
Reggae
Represents the Reggae genre.
|
static ID3V1Genre |
Retro
Represents the Retro genre.
|
static ID3V1Genre |
RhythmAndBlues
Represents the Rhythm and Blues genre.
|
static ID3V1Genre |
Rock
Represents the Rock genre.
|
static ID3V1Genre |
RockNRoll
Represents the Rock 'n' Roll genre.
|
static ID3V1Genre |
Showtunes
Represents the Showtunes genre.
|
static ID3V1Genre |
Ska
Represents the Ska genre.
|
static ID3V1Genre |
Soul
Represents the Soul genre.
|
static ID3V1Genre |
SoundClip
Represents the Sound Clip genre.
|
static ID3V1Genre |
Soundtrack
Represents the Soundtrack genre.
|
static ID3V1Genre |
SouthernRock
Represents the Southern Rock genre.
|
static ID3V1Genre |
Space
Represents the Space genre.
|
static ID3V1Genre |
Techno
Represents the Techno genre.
|
static ID3V1Genre |
TechnoIndustrial
Represents the Techno-Industrial genre.
|
static ID3V1Genre |
Top40
Represents the Top 40 genre.
|
static ID3V1Genre |
Trailer
Represents the Trailer genre.
|
static ID3V1Genre |
Trance
Represents the Trance genre.
|
static ID3V1Genre |
Tribal
Represents the Tribal genre.
|
static ID3V1Genre |
TripHop
Represents the Trip-Hop genre.
|
static ID3V1Genre |
Vocal
Represents the Vocal genre.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object[] |
getAllValues()
Returns the array of all values defined in the class.
|
static ID3V1Genre |
getByRawValue(int rawValue) |
IEnumValue |
getEnumValueByName(String name)
Returns the enumeration value by its name.
|
IEnumValue |
getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
|
static IEnumValue |
getFirst() |
int |
getRawValue()
Returns the raw value of this enumeration value.
|
RawIntegerType |
getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
|
int |
hashCode() |
String |
name()
Returns the name of this enumeration value.
|
public static final ID3V1Genre Blues
Represents the Blues genre.
public static final ID3V1Genre ClassicRock
Represents the Classic Rock genre.
public static final ID3V1Genre Country
Represents the Country genre.
public static final ID3V1Genre Dance
Represents the Dance genre.
public static final ID3V1Genre Disco
Represents the Disco genre.
public static final ID3V1Genre Funk
Represents the Funk genre.
public static final ID3V1Genre Grunge
Represents the Grunge genre.
public static final ID3V1Genre HipHop
Represents the Hip-Hop genre.
public static final ID3V1Genre Jazz
Represents the Jazz genre.
public static final ID3V1Genre Metal
Represents the Metal genre.
public static final ID3V1Genre NewAge
Represents the New Age genre.
public static final ID3V1Genre Oldies
Represents the Oldies genre.
public static final ID3V1Genre Other
Represents the Other genre.
public static final ID3V1Genre Pop
Represents the Pop genre.
public static final ID3V1Genre RhythmAndBlues
Represents the Rhythm and Blues genre.
public static final ID3V1Genre Rap
Represents the Rap genre.
public static final ID3V1Genre Reggae
Represents the Reggae genre.
public static final ID3V1Genre Rock
Represents the Rock genre.
public static final ID3V1Genre Techno
Represents the Techno genre.
public static final ID3V1Genre Industrial
Represents the Industrial genre.
public static final ID3V1Genre Alternative
Represents the Alternative genre.
public static final ID3V1Genre Ska
Represents the Ska genre.
public static final ID3V1Genre DeathMetal
Represents the Death Metal genre.
public static final ID3V1Genre Pranks
Represents the Pranks genre.
public static final ID3V1Genre Soundtrack
Represents the Soundtrack genre.
public static final ID3V1Genre EuroTechno
Represents the Euro-Techno genre.
public static final ID3V1Genre Ambient
Represents the Ambient genre.
public static final ID3V1Genre TripHop
Represents the Trip-Hop genre.
public static final ID3V1Genre Vocal
Represents the Vocal genre.
public static final ID3V1Genre JazzAndFunk
Represents the JazzAndFunk genre.
public static final ID3V1Genre Fusion
Represents the Fusion genre.
public static final ID3V1Genre Trance
Represents the Trance genre.
public static final ID3V1Genre Classical
Represents the Classical genre.
public static final ID3V1Genre Instrumental
Represents the Instrumental genre.
public static final ID3V1Genre Acid
Represents the Acid genre.
public static final ID3V1Genre House
Represents the House genre.
public static final ID3V1Genre Game
Represents the Game genre.
public static final ID3V1Genre SoundClip
Represents the Sound Clip genre.
public static final ID3V1Genre Gospel
Represents the Gospel genre.
public static final ID3V1Genre Noise
Represents the Noise genre.
public static final ID3V1Genre AlternativeRock
Represents the Alternative Rock genre.
public static final ID3V1Genre Bass
Represents the Bass genre.
public static final ID3V1Genre Soul
Represents the Soul genre.
public static final ID3V1Genre Punk
Represents the Punk genre.
public static final ID3V1Genre Space
Represents the Space genre.
public static final ID3V1Genre Meditative
Represents the Meditative genre.
public static final ID3V1Genre InstrumentalPop
Represents the Instrumental Pop genre.
public static final ID3V1Genre InstrumentalRock
Represents the Instrumental Rock genre.
public static final ID3V1Genre Ethnic
Represents the Ethnic genre.
public static final ID3V1Genre Gothic
Represents the Gothic genre.
public static final ID3V1Genre Darkwave
Represents the Darkwave genre.
public static final ID3V1Genre TechnoIndustrial
Represents the Techno-Industrial genre.
public static final ID3V1Genre Electronic
Represents the Electronic genre.
public static final ID3V1Genre PopFolk
Represents the Pop-Folk genre.
public static final ID3V1Genre Eurodance
Represents the Eurodance genre.
public static final ID3V1Genre Dream
Represents the Dream genre.
public static final ID3V1Genre SouthernRock
Represents the Southern Rock genre.
public static final ID3V1Genre Comedy
Represents the Comedy genre.
public static final ID3V1Genre Cult
Represents the Cult genre.
public static final ID3V1Genre Gangsta
Represents the Gangsta genre.
public static final ID3V1Genre Top40
Represents the Top 40 genre.
public static final ID3V1Genre ChristianRap
Represents the Christian Rap genre.
public static final ID3V1Genre PopFunk
Represents the Pop/Funk genre.
public static final ID3V1Genre Jungle
Represents the Jungle genre.
public static final ID3V1Genre NativeAmerican
Represents the Native American genre.
public static final ID3V1Genre Cabaret
Represents the Cabaret genre.
public static final ID3V1Genre NewWave
Represents the New Wave genre.
public static final ID3V1Genre Psychedelic
Represents the Psychedelic genre.
public static final ID3V1Genre Rave
Represents the Rave genre.
public static final ID3V1Genre Showtunes
Represents the Showtunes genre.
public static final ID3V1Genre Trailer
Represents the Trailer genre.
public static final ID3V1Genre LoFi
Represents the Lo-Fi genre.
public static final ID3V1Genre Tribal
Represents the Tribal genre.
public static final ID3V1Genre AcidPunk
Represents the Acid Punk genre.
public static final ID3V1Genre AcidJazz
Represents the Acid Jazz genre.
public static final ID3V1Genre Polka
Represents the Polka genre.
public static final ID3V1Genre Retro
Represents the Retro genre.
public static final ID3V1Genre Musical
Represents the Musical genre.
public static final ID3V1Genre RockNRoll
Represents the Rock 'n' Roll genre.
public static final ID3V1Genre HardRock
Represents the Hard Rock genre.
public static ID3V1Genre getByRawValue(int rawValue)
public static IEnumValue getFirst()
public Object[] getAllValues()
IEnumValue
Returns the array of all values defined in the class.
getAllValues
in interface IEnumValue
public IEnumValue getEnumValueByRawValue(int rawValue)
IEnumValue
Returns the enumeration value by the raw value associated with it.
getEnumValueByRawValue
in interface IEnumValue
rawValue
- The raw value.public IEnumValue getEnumValueByName(String name)
IEnumValue
Returns the enumeration value by its name.
getEnumValueByName
in interface IEnumValue
name
- The name of the enumeration value.public RawIntegerType getRawValueType()
IEnumValue
Returns the underlying type of the raw value of this enumeration value.
getRawValueType
in interface IEnumValue
public int getRawValue()
IEnumValue
Returns the raw value of this enumeration value.
getRawValue
in interface IEnumValue
public String name()
IEnumValue
Returns the name of this enumeration value.
name
in interface IEnumValue