public final class ID3V2AttachedPictureType extends Object implements IEnumValue
Represents the type of an attached picture.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object[] |
getAllValues()
Returns the array of all values defined in the class.
|
static ID3V2AttachedPictureType |
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 ID3V2AttachedPictureType Artist
Artist/performer.
public static final ID3V2AttachedPictureType ArtistLogo
Band/artist logotype.
public static final ID3V2AttachedPictureType Band
Band/Orchestra.
public static final ID3V2AttachedPictureType BrightColouredFish
A bright coloured fish.
public static final ID3V2AttachedPictureType Composer
Composer/music author.
public static final ID3V2AttachedPictureType Conductor
Conductor.
public static final ID3V2AttachedPictureType CoverBack
Cover (back).
public static final ID3V2AttachedPictureType CoverFront
Cover (front).
public static final ID3V2AttachedPictureType DuringPerformance
During performance.
public static final ID3V2AttachedPictureType DuringRecording
During recording.
public static final ID3V2AttachedPictureType FileIcon32X32
32x32 pixels file icon (PNG only).
public static final ID3V2AttachedPictureType Illustration
Illustration.
public static final ID3V2AttachedPictureType LeadArtist
Lead artist/lead performer/soloist.
public static final ID3V2AttachedPictureType LeafletPage
Leaflet page.
public static final ID3V2AttachedPictureType Lyricist
Lyricist/text writer.
public static final ID3V2AttachedPictureType Media
Media (e.g. label side of CD).
public static final ID3V2AttachedPictureType Other
Attached picture of any other type.
public static final ID3V2AttachedPictureType OtherFileIcon
Other file icon.
public static final ID3V2AttachedPictureType RecordingLocation
Recording Location.
public static final ID3V2AttachedPictureType StudioLogo
Publisher/Studio logotype.
public static final ID3V2AttachedPictureType VideoScreenCapture
Movie/video screen capture.
public Object[] getAllValues()
IEnumValueReturns the array of all values defined in the class.
getAllValues in interface IEnumValuepublic static ID3V2AttachedPictureType getByRawValue(int rawValue)
public IEnumValue getEnumValueByName(String name)
IEnumValueReturns the enumeration value by its name.
getEnumValueByName in interface IEnumValuename - The name of the enumeration value.public IEnumValue getEnumValueByRawValue(int rawValue)
IEnumValueReturns the enumeration value by the raw value associated with it.
getEnumValueByRawValue in interface IEnumValuerawValue - The raw value.public static IEnumValue getFirst()
public int getRawValue()
IEnumValueReturns the raw value of this enumeration value.
getRawValue in interface IEnumValuepublic RawIntegerType getRawValueType()
IEnumValueReturns the underlying type of the raw value of this enumeration value.
getRawValueType in interface IEnumValuepublic String name()
IEnumValueReturns the name of this enumeration value.
name in interface IEnumValueCopyright © 2026. All rights reserved.