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 ApartmentType |
RandomRealEstateFactory.getRandomApartmentType()
Creates a random
ApartmentType value. |
Modifier and Type | Method and Description |
---|---|
static ApartmentType |
ApartmentType.fromValue(String v) |
static ApartmentType |
ApartmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApartmentType[] |
ApartmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ApartmentType |
ApartmentRent.apartmentType |
protected ApartmentType |
FlatShareRoom.apartmentType |
protected ApartmentType |
ApartmentBuy.apartmentType |
Modifier and Type | Method and Description |
---|---|
ApartmentType |
ApartmentRent.getApartmentType()
Gets the value of the apartmentType property.
|
ApartmentType |
FlatShareRoom.getApartmentType()
Gets the value of the apartmentType property.
|
ApartmentType |
ApartmentBuy.getApartmentType()
Gets the value of the apartmentType property.
|
Modifier and Type | Method and Description |
---|---|
void |
ApartmentRent.setApartmentType(ApartmentType value)
Sets the value of the apartmentType property.
|
void |
FlatShareRoom.setApartmentType(ApartmentType value)
Sets the value of the apartmentType property.
|
void |
ApartmentBuy.setApartmentType(ApartmentType value)
Sets the value of the apartmentType property.
|
Copyright © 2015 OpenEstate. All rights reserved.