|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Url.Field>
org.apache.shindig.social.opensocial.model.Url.Field
public static enum Url.Field
An enumeration of the field names used in Url objects.
| Enum Constant Summary | |
|---|---|
LINK_TEXT
the name of the linkText field. |
|
TYPE
the name of the type field. |
|
VALUE
the name of the value field. |
|
| Method Summary | |
|---|---|
String |
toString()
The string representation of the enum. |
static Url.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Url.Field[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Url.Field VALUE
public static final Url.Field LINK_TEXT
public static final Url.Field TYPE
| Method Detail |
|---|
public static Url.Field[] values()
for (Url.Field c : Url.Field.values()) System.out.println(c);
public static Url.Field valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Url.Field>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||