net.sf.fb4j.model
Enum Listing.Field

java.lang.Object
  extended by java.lang.Enum<Listing.Field>
      extended by net.sf.fb4j.model.Listing.Field
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Listing.Field>, FacebookField
Enclosing class:
Listing

public static enum Listing.Field
extends java.lang.Enum<Listing.Field>
implements FacebookField


Enum Constant Summary
CATEGORY
           
CATS
           
CONDITION
           
CROSSSTREET
           
DESCRIPTION
           
DOGS
           
FULL
           
IMAGE_URLS
           
INTERN
           
ISBN
           
LISTING_ID
           
NONPROFIT
           
NUM_BATHS
           
NUM_BEDS
           
PAY
           
PAY_TYPE
           
POSTAL
           
POSTER
           
PRICE
           
RENT
           
SMOKING
           
SQUARE_FOOTAGE
           
STREET
           
SUBCATEGORY
           
SUMMER
           
TITLE
           
UPDATE_TIME
           
URL
           
 
Method Summary
 java.lang.String toString()
           
static Listing.Field valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Listing.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

LISTING_ID

public static final Listing.Field LISTING_ID

URL

public static final Listing.Field URL

TITLE

public static final Listing.Field TITLE

DESCRIPTION

public static final Listing.Field DESCRIPTION

POSTER

public static final Listing.Field POSTER

UPDATE_TIME

public static final Listing.Field UPDATE_TIME

CATEGORY

public static final Listing.Field CATEGORY

SUBCATEGORY

public static final Listing.Field SUBCATEGORY

IMAGE_URLS

public static final Listing.Field IMAGE_URLS

PRICE

public static final Listing.Field PRICE

CONDITION

public static final Listing.Field CONDITION

ISBN

public static final Listing.Field ISBN

NUM_BEDS

public static final Listing.Field NUM_BEDS

DOGS

public static final Listing.Field DOGS

CATS

public static final Listing.Field CATS

SMOKING

public static final Listing.Field SMOKING

SQUARE_FOOTAGE

public static final Listing.Field SQUARE_FOOTAGE

STREET

public static final Listing.Field STREET

CROSSSTREET

public static final Listing.Field CROSSSTREET

POSTAL

public static final Listing.Field POSTAL

RENT

public static final Listing.Field RENT

NUM_BATHS

public static final Listing.Field NUM_BATHS

PAY

public static final Listing.Field PAY

FULL

public static final Listing.Field FULL

INTERN

public static final Listing.Field INTERN

SUMMER

public static final Listing.Field SUMMER

NONPROFIT

public static final Listing.Field NONPROFIT

PAY_TYPE

public static final Listing.Field PAY_TYPE
Method Detail

values

public static Listing.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 (Listing.Field c : Listing.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 Listing.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<Listing.Field>


Copyright © 2008. All Rights Reserved.