public static enum PictureFrame.PictureType extends Enum<PictureFrame.PictureType>
| Enum Constant and Description |
|---|
A_BRIGHT_COLOURED_FISH
A bright colored fish.
|
BACK_COVER
The back cover.
|
BAND_OR_ARTIST_LOGOTYPE
The band or artist logo type.
|
BAND_OR_ORCHESTRA
The band or orchestra.
|
COMPOSER
The composer.
|
CONDUCTOR
The conductor.
|
DURING_PERFORMANCE
The during performance.
|
DURING_RECORDING
The during recording.
|
FILE_ICON_32X32
The file icon 32x32.
|
FRONT_COVER
The front cover.
|
ILLUSTRATION
The illustration.
|
LEAD_PERFORMER
The lead performer.
|
LEAFLET_PAGE
The leaflet page.
|
LYRICIST
The lyricist.
|
MEDIA
The media.
|
MOVIE_CAPTURE
The movie capture.
|
OTHER
Other/Unknown.
|
OTHER_FILE_ICON
Other file icon.
|
PERFORMER
The performer.
|
PUBLISHER_OR_STUDIO_LOGOTYPE
The publisher or studio logo type.
|
RECORDING_LOCATION
The recording location.
|
UNOFFICIAL
Unofficial.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNumber()
Gets the number.
|
static PictureFrame.PictureType |
getPictureType(int number)
Gets the picture type.
|
static PictureFrame.PictureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PictureFrame.PictureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PictureFrame.PictureType OTHER
public static final PictureFrame.PictureType FILE_ICON_32X32
public static final PictureFrame.PictureType OTHER_FILE_ICON
public static final PictureFrame.PictureType FRONT_COVER
public static final PictureFrame.PictureType BACK_COVER
public static final PictureFrame.PictureType LEAFLET_PAGE
public static final PictureFrame.PictureType MEDIA
public static final PictureFrame.PictureType LEAD_PERFORMER
public static final PictureFrame.PictureType PERFORMER
public static final PictureFrame.PictureType CONDUCTOR
public static final PictureFrame.PictureType BAND_OR_ORCHESTRA
public static final PictureFrame.PictureType COMPOSER
public static final PictureFrame.PictureType LYRICIST
public static final PictureFrame.PictureType RECORDING_LOCATION
public static final PictureFrame.PictureType DURING_RECORDING
public static final PictureFrame.PictureType DURING_PERFORMANCE
public static final PictureFrame.PictureType MOVIE_CAPTURE
public static final PictureFrame.PictureType A_BRIGHT_COLOURED_FISH
public static final PictureFrame.PictureType ILLUSTRATION
public static final PictureFrame.PictureType BAND_OR_ARTIST_LOGOTYPE
public static final PictureFrame.PictureType PUBLISHER_OR_STUDIO_LOGOTYPE
public static final PictureFrame.PictureType UNOFFICIAL
public static PictureFrame.PictureType[] values()
for (PictureFrame.PictureType c : PictureFrame.PictureType.values()) System.out.println(c);
public static PictureFrame.PictureType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getNumber()
public static PictureFrame.PictureType getPictureType(int number)
number - the numberCopyright © 2018. All rights reserved.