public static enum YoutubeInfo.Container extends Enum<YoutubeInfo.Container>
| Modifier and Type | Method and Description |
|---|---|
static YoutubeInfo.Container |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YoutubeInfo.Container[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YoutubeInfo.Container FLV
public static final YoutubeInfo.Container GP3
public static final YoutubeInfo.Container MP4
public static final YoutubeInfo.Container WEBM
public static YoutubeInfo.Container[] values()
for (YoutubeInfo.Container c : YoutubeInfo.Container.values()) System.out.println(c);
public static YoutubeInfo.Container 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 nullCopyright © 2015. All Rights Reserved.