public static enum RandomRealEstateFactory.Type extends Enum<RandomRealEstateFactory.Type>
These real estate types are supported by the
RandomRealEstateFactory.
| Enum Constant and Description |
|---|
APARTMENT_BUY |
APARTMENT_RENT |
ASSISTED_LIVING |
COMPULSORY_AUCTION |
FLAT_SHARE_ROOM |
GARAGE_BUY |
GARAGE_RENT |
GASTRONOMY |
HOUSE_BUY |
HOUSE_RENT |
HOUSE_TYPE |
INDUSTRY |
INVESTMENT |
LIVING_BUY_SITE |
LIVING_RENT_SITE |
OFFICE |
SENIOR_CARE |
SHORT_TERM_ACCOMMODATION |
SPECIAL_PURPOSE |
STORE |
TRADE_SITE |
| Modifier and Type | Method and Description |
|---|---|
RealEstate |
create()
Create an empty
RealEstate object of this type. |
Class |
getTypeClass()
Return the corresponding JAXB class to create a real estate object of
this type.
|
static RandomRealEstateFactory.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomRealEstateFactory.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RandomRealEstateFactory.Type APARTMENT_BUY
public static final RandomRealEstateFactory.Type APARTMENT_RENT
public static final RandomRealEstateFactory.Type ASSISTED_LIVING
public static final RandomRealEstateFactory.Type COMPULSORY_AUCTION
public static final RandomRealEstateFactory.Type FLAT_SHARE_ROOM
public static final RandomRealEstateFactory.Type GARAGE_BUY
public static final RandomRealEstateFactory.Type GARAGE_RENT
public static final RandomRealEstateFactory.Type GASTRONOMY
public static final RandomRealEstateFactory.Type HOUSE_BUY
public static final RandomRealEstateFactory.Type HOUSE_RENT
public static final RandomRealEstateFactory.Type HOUSE_TYPE
public static final RandomRealEstateFactory.Type INDUSTRY
public static final RandomRealEstateFactory.Type INVESTMENT
public static final RandomRealEstateFactory.Type LIVING_BUY_SITE
public static final RandomRealEstateFactory.Type LIVING_RENT_SITE
public static final RandomRealEstateFactory.Type OFFICE
public static final RandomRealEstateFactory.Type SENIOR_CARE
public static final RandomRealEstateFactory.Type SHORT_TERM_ACCOMMODATION
public static final RandomRealEstateFactory.Type SPECIAL_PURPOSE
public static final RandomRealEstateFactory.Type STORE
public static final RandomRealEstateFactory.Type TRADE_SITE
public static RandomRealEstateFactory.Type[] values()
for (RandomRealEstateFactory.Type c : RandomRealEstateFactory.Type.values()) System.out.println(c);
public static RandomRealEstateFactory.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RealEstate create()
RealEstate object of this type.RealEstate objectpublic Class getTypeClass()
Copyright © 2018 OpenEstate. All rights reserved.