jcolibri.test.recommenders.rec4.housesData
Enum HouseDescription.Beds

java.lang.Object
  extended by java.lang.Enum<HouseDescription.Beds>
      extended by jcolibri.test.recommenders.rec4.housesData.HouseDescription.Beds
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HouseDescription.Beds>
Enclosing class:
HouseDescription

public static enum HouseDescription.Beds
extends java.lang.Enum<HouseDescription.Beds>


Enum Constant Summary
five
           
four
           
one
           
seven
           
six
           
StudioFlat
           
three
           
two
           
 
Method Summary
static HouseDescription.Beds valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HouseDescription.Beds[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

StudioFlat

public static final HouseDescription.Beds StudioFlat

one

public static final HouseDescription.Beds one

two

public static final HouseDescription.Beds two

three

public static final HouseDescription.Beds three

four

public static final HouseDescription.Beds four

five

public static final HouseDescription.Beds five

six

public static final HouseDescription.Beds six

seven

public static final HouseDescription.Beds seven
Method Detail

values

public static HouseDescription.Beds[] 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 (HouseDescription.Beds c : HouseDescription.Beds.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HouseDescription.Beds 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

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es