jcolibri.test.recommenders.rec8.housesData
Enum HouseDescription.PriceRange
java.lang.Object
java.lang.Enum<HouseDescription.PriceRange>
jcolibri.test.recommenders.rec8.housesData.HouseDescription.PriceRange
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<HouseDescription.PriceRange>
- Enclosing class:
- HouseDescription
public static enum HouseDescription.PriceRange
- extends java.lang.Enum<HouseDescription.PriceRange>
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 |
from_0_to_99
public static final HouseDescription.PriceRange from_0_to_99
from_100_to_199
public static final HouseDescription.PriceRange from_100_to_199
from_200_to_299
public static final HouseDescription.PriceRange from_200_to_299
from_300_to_399
public static final HouseDescription.PriceRange from_300_to_399
from_400_to_499
public static final HouseDescription.PriceRange from_400_to_499
from_500_to_599
public static final HouseDescription.PriceRange from_500_to_599
from_600_to_699
public static final HouseDescription.PriceRange from_600_to_699
from_700_to_799
public static final HouseDescription.PriceRange from_700_to_799
from_800_to_899
public static final HouseDescription.PriceRange from_800_to_899
from_900_to_999
public static final HouseDescription.PriceRange from_900_to_999
from_1000_to_1099
public static final HouseDescription.PriceRange from_1000_to_1099
from_1100_to_1199
public static final HouseDescription.PriceRange from_1100_to_1199
from_1200_to_1299
public static final HouseDescription.PriceRange from_1200_to_1299
from_1300_to_1399
public static final HouseDescription.PriceRange from_1300_to_1399
from_1400_to_1499
public static final HouseDescription.PriceRange from_1400_to_1499
from_1500_to_1599
public static final HouseDescription.PriceRange from_1500_to_1599
from_1600_to_1699
public static final HouseDescription.PriceRange from_1600_to_1699
from_1700_to_1799
public static final HouseDescription.PriceRange from_1700_to_1799
from_1800_to_1899
public static final HouseDescription.PriceRange from_1800_to_1899
from_1900_to_1999
public static final HouseDescription.PriceRange from_1900_to_1999
from_2000_to_2099
public static final HouseDescription.PriceRange from_2000_to_2099
form_2100_to_2199
public static final HouseDescription.PriceRange form_2100_to_2199
from_2200_to_2299
public static final HouseDescription.PriceRange from_2200_to_2299
from_2300_to_2399
public static final HouseDescription.PriceRange from_2300_to_2399
from_2400_to_2499
public static final HouseDescription.PriceRange from_2400_to_2499
more_than_2500
public static final HouseDescription.PriceRange more_than_2500
values
public static HouseDescription.PriceRange[] 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.PriceRange c : HouseDescription.PriceRange.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.PriceRange 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