net.sf.fb4j.model
Enum Page.Field
java.lang.Object
java.lang.Enum<Page.Field>
net.sf.fb4j.model.Page.Field
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Page.Field>, FacebookField
- Enclosing class:
- Page
public static enum Page.Field
- extends java.lang.Enum<Page.Field>
- implements FacebookField
|
Method Summary |
java.lang.String |
toString()
|
static Page.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Page.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 |
PAGE_ID
public static final Page.Field PAGE_ID
NAME
public static final Page.Field NAME
PIC_SMALL
public static final Page.Field PIC_SMALL
PIC_BIG
public static final Page.Field PIC_BIG
PIC_SQUARE
public static final Page.Field PIC_SQUARE
PIC
public static final Page.Field PIC
PIC_LARGE
public static final Page.Field PIC_LARGE
TYPE
public static final Page.Field TYPE
WEBSITE
public static final Page.Field WEBSITE
HAS_ADDED_APP
public static final Page.Field HAS_ADDED_APP
FOUNDED
public static final Page.Field FOUNDED
COMPANY_OVERVIEW
public static final Page.Field COMPANY_OVERVIEW
MISSION
public static final Page.Field MISSION
PRODUCTS
public static final Page.Field PRODUCTS
LOCATION
public static final Page.Field LOCATION
PARKING
public static final Page.Field PARKING
PUBLIC_TRANSIT
public static final Page.Field PUBLIC_TRANSIT
HOURS
public static final Page.Field HOURS
ATTIRE
public static final Page.Field ATTIRE
PAYMENT_OPTIONS
public static final Page.Field PAYMENT_OPTIONS
CULINARY_TEAM
public static final Page.Field CULINARY_TEAM
GENERAL_MANAGER
public static final Page.Field GENERAL_MANAGER
PRICE_RANGE
public static final Page.Field PRICE_RANGE
RESTAURANT_SERVICES
public static final Page.Field RESTAURANT_SERVICES
RESTAURANT_SPECIALTIES
public static final Page.Field RESTAURANT_SPECIALTIES
RELEASE_DATE
public static final Page.Field RELEASE_DATE
GENRE
public static final Page.Field GENRE
STARRING
public static final Page.Field STARRING
SCREENPLAY_BY
public static final Page.Field SCREENPLAY_BY
DIRECTED_BY
public static final Page.Field DIRECTED_BY
PRODUCED_BY
public static final Page.Field PRODUCED_BY
STUDIO
public static final Page.Field STUDIO
AWARDS
public static final Page.Field AWARDS
PLOT_OUTLINE
public static final Page.Field PLOT_OUTLINE
NETWORK
public static final Page.Field NETWORK
SEASON
public static final Page.Field SEASON
SCHEDULE
public static final Page.Field SCHEDULE
WRITTEN_BY
public static final Page.Field WRITTEN_BY
BAND_MEMBERS
public static final Page.Field BAND_MEMBERS
HOMETOWN
public static final Page.Field HOMETOWN
CURRENT_LOCATION
public static final Page.Field CURRENT_LOCATION
RECORD_LABEL
public static final Page.Field RECORD_LABEL
BOOKING_AGENT
public static final Page.Field BOOKING_AGENT
ARTISTS_WE_LIKE
public static final Page.Field ARTISTS_WE_LIKE
INFLUENCES
public static final Page.Field INFLUENCES
BAND_INTERESTS
public static final Page.Field BAND_INTERESTS
BIO
public static final Page.Field BIO
AFFILIATION
public static final Page.Field AFFILIATION
BIRTHDAY
public static final Page.Field BIRTHDAY
PERSONAL_INFO
public static final Page.Field PERSONAL_INFO
PERSONAL_INTERESTS
public static final Page.Field PERSONAL_INTERESTS
MEMBERS
public static final Page.Field MEMBERS
BUILT
public static final Page.Field BUILT
FEATURES
public static final Page.Field FEATURES
MPG
public static final Page.Field MPG
GENERAL_INFO
public static final Page.Field GENERAL_INFO
values
public static Page.Field[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Page.Field c : Page.Field.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Page.Field valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<Page.Field>
Copyright © 2008. All Rights Reserved.