RoomType
in package
RoomType Class Doc Comment
Tags
Table of Contents
Constants
- BALCONY : mixed = 'Balcony'
- BATHROOM : mixed = 'Bathroom'
- BEDROOM : mixed = 'Bedroom'
- CORRIDOR : mixed = 'Corridor'
- DINING_ROOM : mixed = 'DiningRoom'
- GARAGE : mixed = 'Garage'
- KITCHEN : mixed = 'Kitchen'
- LIVING_ROOM : mixed = 'LivingRoom'
- Possible values of this enum
- OFFICE : mixed = 'Office'
- OTHER : mixed = 'Other'
- PATIO : mixed = 'Patio'
- STORAGE : mixed = 'Storage'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
BALCONY
public
mixed
BALCONY
= 'Balcony'
BATHROOM
public
mixed
BATHROOM
= 'Bathroom'
BEDROOM
public
mixed
BEDROOM
= 'Bedroom'
CORRIDOR
public
mixed
CORRIDOR
= 'Corridor'
DINING_ROOM
public
mixed
DINING_ROOM
= 'DiningRoom'
GARAGE
public
mixed
GARAGE
= 'Garage'
KITCHEN
public
mixed
KITCHEN
= 'Kitchen'
LIVING_ROOM
Possible values of this enum
public
mixed
LIVING_ROOM
= 'LivingRoom'
OFFICE
public
mixed
OFFICE
= 'Office'
OTHER
public
mixed
OTHER
= 'Other'
PATIO
public
mixed
PATIO
= 'Patio'
STORAGE
public
mixed
STORAGE
= 'Storage'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>