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