public static enum TagModelPlaylistType.PlaylistType extends Enum<TagModelPlaylistType.PlaylistType>
| Modifier and Type | Method | Description |
|---|---|---|
static TagModelPlaylistType.PlaylistType |
fromString(String text) |
|
String |
toString() |
|
static TagModelPlaylistType.PlaylistType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TagModelPlaylistType.PlaylistType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagModelPlaylistType.PlaylistType EVENT
public static final TagModelPlaylistType.PlaylistType VOD
public static TagModelPlaylistType.PlaylistType fromString(String text)
public String toString()
toString in class Enum<TagModelPlaylistType.PlaylistType>public static TagModelPlaylistType.PlaylistType 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 static TagModelPlaylistType.PlaylistType[] values()
for (TagModelPlaylistType.PlaylistType c : TagModelPlaylistType.PlaylistType.values()) System.out.println(c);