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