public enum FTArtworkType extends Enum<FTArtworkType>
Modifier and Type | Method and Description |
---|---|
static FTArtworkType |
fromString(String artworkType)
Convert a string into an Enum type.
|
FTSourceType |
getSourceType()
Get the source type for the artwork type
|
FTSourceType |
source()
Get the source type for the artwork type
|
static FTArtworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTArtworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FTArtworkType CLEARART
public static final FTArtworkType CLEARLOGO
public static final FTArtworkType SEASONTHUMB
public static final FTArtworkType TVTHUMB
public static final FTArtworkType CHARACTERART
public static final FTArtworkType SHOWBACKGROUND
public static final FTArtworkType HDTVLOGO
public static final FTArtworkType HDCLEARART
public static final FTArtworkType TVPOSTER
public static final FTArtworkType TVBANNER
public static final FTArtworkType SEASONPOSTER
public static final FTArtworkType SEASONBANNER
public static final FTArtworkType MOVIELOGO
public static final FTArtworkType MOVIEDISC
public static final FTArtworkType MOVIEART
public static final FTArtworkType MOVIEBACKGROUND
public static final FTArtworkType MOVIETHUMB
public static final FTArtworkType MOVIEBANNER
public static final FTArtworkType HDMOVIELOGO
public static final FTArtworkType HDMOVIECLEARART
public static final FTArtworkType MOVIEPOSTER
public static final FTArtworkType CDART
public static final FTArtworkType ARTISTBACKGROUND
public static final FTArtworkType ALBUMCOVER
public static final FTArtworkType MUSICLOGO
public static final FTArtworkType ARTISTTHUMB
public static final FTArtworkType HDMUSICLOGO
public static final FTArtworkType MUSICBANNER
public static FTArtworkType[] values()
for (FTArtworkType c : FTArtworkType.values()) System.out.println(c);
public static FTArtworkType 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 FTSourceType getSourceType()
public FTSourceType source()
public static FTArtworkType fromString(String artworkType)
artworkType
- IllegalArgumentException
- If type is not recognisedCopyright © 2012–2018. All rights reserved.