| 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 SiteConstructibleType |
RandomRealEstateFactory.getRandomSiteConstructibleType()
Create a random
SiteConstructibleType value. |
| Modifier and Type | Method and Description |
|---|---|
static SiteConstructibleType |
SiteConstructibleType.fromValue(String v) |
static SiteConstructibleType |
SiteConstructibleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteConstructibleType[] |
SiteConstructibleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SiteConstructibleType |
LivingRentSite.siteConstructibleType |
protected SiteConstructibleType |
LivingBuySite.siteConstructibleType |
protected SiteConstructibleType |
TradeSite.siteConstructibleType |
| Modifier and Type | Method and Description |
|---|---|
SiteConstructibleType |
LivingRentSite.getSiteConstructibleType()
Gets the value of the siteConstructibleType property.
|
SiteConstructibleType |
LivingBuySite.getSiteConstructibleType()
Gets the value of the siteConstructibleType property.
|
SiteConstructibleType |
TradeSite.getSiteConstructibleType()
Gets the value of the siteConstructibleType property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LivingRentSite.setSiteConstructibleType(SiteConstructibleType value)
Sets the value of the siteConstructibleType property.
|
void |
LivingBuySite.setSiteConstructibleType(SiteConstructibleType value)
Sets the value of the siteConstructibleType property.
|
void |
TradeSite.setSiteConstructibleType(SiteConstructibleType value)
Sets the value of the siteConstructibleType property.
|
Copyright © 2018 OpenEstate. All rights reserved.