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