public enum FlickrOccur extends java.lang.Enum<FlickrOccur>
Enum Constant and Description |
---|
Description |
Location |
MemberCount |
NSID |
PhotoID |
Modifier and Type | Method and Description |
---|---|
static FlickrOccur |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlickrOccur[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlickrOccur Description
public static final FlickrOccur MemberCount
public static final FlickrOccur NSID
public static final FlickrOccur Location
public static final FlickrOccur PhotoID
public static FlickrOccur[] values()
for (FlickrOccur c : FlickrOccur.values()) System.out.println(c);
public static FlickrOccur 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 nullCopyright 2004-2015 Wandora Team