jcolibri.test.recommenders.housesData
Enum HouseDescription.Beds
java.lang.Object
java.lang.Enum<HouseDescription.Beds>
jcolibri.test.recommenders.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>
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 |
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
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