public enum MediaProvider extends java.lang.Enum<MediaProvider>
Enum Constant and Description |
---|
IMG_LY |
LOCKERZ
Deprecated.
|
MOBYPICTURE |
PLIXI
Deprecated.
|
POSTEROUS
Deprecated.
|
TWIPPLE |
TWITGOO
Deprecated.
|
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
@Deprecated public static final MediaProvider PLIXI
@Deprecated public static final MediaProvider LOCKERZ
public static final MediaProvider TWIPPLE
@Deprecated public static final MediaProvider TWITGOO
public static final MediaProvider TWITPIC
public static final MediaProvider YFROG
public static final MediaProvider MOBYPICTURE
@Deprecated 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