public enum ItunesPodcastEnclosureType extends java.lang.Enum<ItunesPodcastEnclosureType>
Enum Constant and Description |
---|
APPLICATION_PDF |
AUDIO_MPEG |
AUDIO_X_M4A |
DOCUMENT_X_EPUB |
VIDEO_MP4 |
VIDEO_QUICKTIME |
VIDEO_XM4V |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
static ItunesPodcastEnclosureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItunesPodcastEnclosureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItunesPodcastEnclosureType AUDIO_X_M4A
public static final ItunesPodcastEnclosureType AUDIO_MPEG
public static final ItunesPodcastEnclosureType VIDEO_QUICKTIME
public static final ItunesPodcastEnclosureType VIDEO_MP4
public static final ItunesPodcastEnclosureType VIDEO_XM4V
public static final ItunesPodcastEnclosureType APPLICATION_PDF
public static final ItunesPodcastEnclosureType DOCUMENT_X_EPUB
public static ItunesPodcastEnclosureType[] values()
for (ItunesPodcastEnclosureType c : ItunesPodcastEnclosureType.values()) System.out.println(c);
public static ItunesPodcastEnclosureType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getType()