ID3V2AttachedPictureType

Contents
[ ]

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public final class ID3V2AttachedPictureType implements IEnumValue

Represents the type of an attached picture.

Fields

Field Description
Other Attached picture of any other type.
FileIcon32X32 32x32 pixels file icon (PNG only).
OtherFileIcon Other file icon.
CoverFront Cover (front).
CoverBack Cover (back).
LeafletPage Leaflet page.
Media Media (e.g.
LeadArtist Lead artist/lead performer/soloist.
Artist Artist/performer.
Conductor Conductor.
Band Band/Orchestra.
Composer Composer/music author.
Lyricist Lyricist/text writer.
RecordingLocation Recording Location.
DuringRecording During recording.
DuringPerformance During performance.
VideoScreenCapture Movie/video screen capture.
BrightColouredFish A bright coloured fish.
Illustration Illustration.
ArtistLogo Band/artist logotype.
StudioLogo Publisher/Studio logotype.

Methods

Method Description
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()
name()
equals(Object o)
hashCode()

Other

public static final ID3V2AttachedPictureType Other

Attached picture of any other type.

FileIcon32X32

public static final ID3V2AttachedPictureType FileIcon32X32

32x32 pixels file icon (PNG only).

OtherFileIcon

public static final ID3V2AttachedPictureType OtherFileIcon

Other file icon.

CoverFront

public static final ID3V2AttachedPictureType CoverFront

Cover (front).

CoverBack

public static final ID3V2AttachedPictureType CoverBack

Cover (back).

LeafletPage

public static final ID3V2AttachedPictureType LeafletPage

Leaflet page.

Media

public static final ID3V2AttachedPictureType Media

Media (e.g. label side of CD).

LeadArtist

public static final ID3V2AttachedPictureType LeadArtist

Lead artist/lead performer/soloist.

Artist

public static final ID3V2AttachedPictureType Artist

Artist/performer.

Conductor

public static final ID3V2AttachedPictureType Conductor

Conductor.

Band

public static final ID3V2AttachedPictureType Band

Band/Orchestra.

Composer

public static final ID3V2AttachedPictureType Composer

Composer/music author.

Lyricist

public static final ID3V2AttachedPictureType Lyricist

Lyricist/text writer.

RecordingLocation

public static final ID3V2AttachedPictureType RecordingLocation

Recording Location.

DuringRecording

public static final ID3V2AttachedPictureType DuringRecording

During recording.

DuringPerformance

public static final ID3V2AttachedPictureType DuringPerformance

During performance.

VideoScreenCapture

public static final ID3V2AttachedPictureType VideoScreenCapture

Movie/video screen capture.

BrightColouredFish

public static final ID3V2AttachedPictureType BrightColouredFish

A bright coloured fish.

Illustration

public static final ID3V2AttachedPictureType Illustration

Illustration.

public static final ID3V2AttachedPictureType ArtistLogo

Band/artist logotype.

public static final ID3V2AttachedPictureType StudioLogo

Publisher/Studio logotype.

getByRawValue(int rawValue)

public static ID3V2AttachedPictureType getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: ID3V2AttachedPictureType

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int

name()

public String name()

Returns the name of this enumeration value.

Returns: java.lang.String

equals(Object o)

public boolean equals(Object o)

Parameters:

Parameter Type Description
o java.lang.Object

Returns: boolean

hashCode()

public int hashCode()

Returns: int