net.sf.fb4j.model
Enum Event.Field

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

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


Enum Constant Summary
CREATOR
           
DESCRIPTION
           
EID
           
END_TIME
           
EVENT_SUBTYPE
           
EVENT_TYPE
           
HOST
           
LOCATION
           
NAME
           
NID
           
PIC
           
PIC_BIG
           
PIC_SMALL
           
START_TIME
           
TAGLINE
           
UPDATE_TIME
           
VENUE
           
 
Method Summary
 java.lang.String toString()
           
static Event.Field valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Event.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

EID

public static final Event.Field EID

NAME

public static final Event.Field NAME

TAGLINE

public static final Event.Field TAGLINE

NID

public static final Event.Field NID

PIC

public static final Event.Field PIC

PIC_BIG

public static final Event.Field PIC_BIG

PIC_SMALL

public static final Event.Field PIC_SMALL

HOST

public static final Event.Field HOST

DESCRIPTION

public static final Event.Field DESCRIPTION

EVENT_TYPE

public static final Event.Field EVENT_TYPE

EVENT_SUBTYPE

public static final Event.Field EVENT_SUBTYPE

START_TIME

public static final Event.Field START_TIME

END_TIME

public static final Event.Field END_TIME

CREATOR

public static final Event.Field CREATOR

UPDATE_TIME

public static final Event.Field UPDATE_TIME

LOCATION

public static final Event.Field LOCATION

VENUE

public static final Event.Field VENUE
Method Detail

values

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


Copyright © 2008. All Rights Reserved.