public enum MediaProvider extends java.lang.Enum<MediaProvider>
Enum Constant and Description |
---|
IMG_LY |
LOCKERZ |
MOBYPICTURE |
PLIXI |
POSTEROUS |
TWIPPLE |
TWITGOO |
TWITPIC |
TWITTER |
YFROG |
Modifier and Type | Method and Description |
---|---|
static MediaProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaProvider TWITTER
public static final MediaProvider IMG_LY
public static final MediaProvider PLIXI
public static final MediaProvider LOCKERZ
public static final MediaProvider TWIPPLE
public static final MediaProvider TWITGOO
public static final MediaProvider TWITPIC
public static final MediaProvider YFROG
public static final MediaProvider MOBYPICTURE
public static final MediaProvider POSTEROUS
public static MediaProvider[] values()
for (MediaProvider c : MediaProvider.values()) System.out.println(c);
public static MediaProvider 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 null