Package | Description |
---|---|
org.openestate.is24.restapi.utils |
Utility classes.
|
org.openestate.is24.restapi.xml.common | |
org.openestate.is24.restapi.xml.realestates |
Modifier and Type | Method and Description |
---|---|
static RealEstateCondition |
RandomRealEstateFactory.getRandomRealEstateCondition()
Creates a random
RealEstateCondition value. |
Modifier and Type | Method and Description |
---|---|
static RealEstateCondition |
RealEstateCondition.fromValue(String v) |
static RealEstateCondition |
RealEstateCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealEstateCondition[] |
RealEstateCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected RealEstateCondition |
Industry.condition |
protected RealEstateCondition |
Office.condition |
protected RealEstateCondition |
ApartmentRent.condition |
protected RealEstateCondition |
HouseRent.condition |
protected RealEstateCondition |
GarageRent.condition |
protected RealEstateCondition |
GarageBuy.condition |
protected RealEstateCondition |
ShortTermAccommodation.condition |
protected RealEstateCondition |
ApartmentBuy.condition |
protected RealEstateCondition |
HouseBuy.condition |
protected RealEstateCondition |
SpecialPurpose.condition |
protected RealEstateCondition |
Store.condition |
protected RealEstateCondition |
Investment.condition |
protected RealEstateCondition |
Gastronomy.condition |
Modifier and Type | Method and Description |
---|---|
RealEstateCondition |
Industry.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
Office.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
ApartmentRent.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
HouseRent.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
GarageRent.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
GarageBuy.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
ShortTermAccommodation.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
ApartmentBuy.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
HouseBuy.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
SpecialPurpose.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
Store.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
Investment.getCondition()
Gets the value of the condition property.
|
RealEstateCondition |
Gastronomy.getCondition()
Gets the value of the condition property.
|
Modifier and Type | Method and Description |
---|---|
void |
Industry.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
Office.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
ApartmentRent.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
HouseRent.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
GarageRent.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
GarageBuy.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
ShortTermAccommodation.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
ApartmentBuy.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
HouseBuy.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
SpecialPurpose.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
Store.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
Investment.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
void |
Gastronomy.setCondition(RealEstateCondition value)
Sets the value of the condition property.
|
Copyright © 2014 OpenEstate. All rights reserved.