net.sf.fb4j.model
Enum OperatingHours.Field

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

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


Enum Constant Summary
FRI_1_CLOSE
           
FRI_1_OPEN
           
FRI_2_CLOSE
           
FRI_2_OPEN
           
MON_1_CLOSE
           
MON_1_OPEN
           
MON_2_CLOSE
           
MON_2_OPEN
           
SAT_1_CLOSE
           
SAT_1_OPEN
           
SAT_2_CLOSE
           
SAT_2_OPEN
           
SUN_1_CLOSE
           
SUN_1_OPEN
           
SUN_2_CLOSE
           
SUN_2_OPEN
           
THU_1_CLOSE
           
THU_1_OPEN
           
THU_2_CLOSE
           
THU_2_OPEN
           
TUE_1_CLOSE
           
TUE_1_OPEN
           
TUE_2_CLOSE
           
TUE_2_OPEN
           
WED_1_CLOSE
           
WED_1_OPEN
           
WED_2_CLOSE
           
WED_2_OPEN
           
 
Method Summary
 java.lang.String toString()
           
static OperatingHours.Field valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatingHours.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

MON_1_OPEN

public static final OperatingHours.Field MON_1_OPEN

MON_1_CLOSE

public static final OperatingHours.Field MON_1_CLOSE

TUE_1_OPEN

public static final OperatingHours.Field TUE_1_OPEN

TUE_1_CLOSE

public static final OperatingHours.Field TUE_1_CLOSE

WED_1_OPEN

public static final OperatingHours.Field WED_1_OPEN

WED_1_CLOSE

public static final OperatingHours.Field WED_1_CLOSE

THU_1_OPEN

public static final OperatingHours.Field THU_1_OPEN

THU_1_CLOSE

public static final OperatingHours.Field THU_1_CLOSE

FRI_1_OPEN

public static final OperatingHours.Field FRI_1_OPEN

FRI_1_CLOSE

public static final OperatingHours.Field FRI_1_CLOSE

SAT_1_OPEN

public static final OperatingHours.Field SAT_1_OPEN

SAT_1_CLOSE

public static final OperatingHours.Field SAT_1_CLOSE

SUN_1_OPEN

public static final OperatingHours.Field SUN_1_OPEN

SUN_1_CLOSE

public static final OperatingHours.Field SUN_1_CLOSE

MON_2_OPEN

public static final OperatingHours.Field MON_2_OPEN

MON_2_CLOSE

public static final OperatingHours.Field MON_2_CLOSE

TUE_2_OPEN

public static final OperatingHours.Field TUE_2_OPEN

TUE_2_CLOSE

public static final OperatingHours.Field TUE_2_CLOSE

WED_2_OPEN

public static final OperatingHours.Field WED_2_OPEN

WED_2_CLOSE

public static final OperatingHours.Field WED_2_CLOSE

THU_2_OPEN

public static final OperatingHours.Field THU_2_OPEN

THU_2_CLOSE

public static final OperatingHours.Field THU_2_CLOSE

FRI_2_OPEN

public static final OperatingHours.Field FRI_2_OPEN

FRI_2_CLOSE

public static final OperatingHours.Field FRI_2_CLOSE

SAT_2_OPEN

public static final OperatingHours.Field SAT_2_OPEN

SAT_2_CLOSE

public static final OperatingHours.Field SAT_2_CLOSE

SUN_2_OPEN

public static final OperatingHours.Field SUN_2_OPEN

SUN_2_CLOSE

public static final OperatingHours.Field SUN_2_CLOSE
Method Detail

values

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


Copyright © 2008. All Rights Reserved.