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