Package | Description |
---|---|
com.openindex.openestate.impl.attribs.features |
Modifier and Type | Method and Description |
---|---|
static CommercialRooms.Option[] |
CommercialRooms.get(EstateImpl estate) |
CommercialRooms.Option |
CommercialRooms.getOption(String value) |
CommercialRooms.Option[] |
CommercialRooms.getOptions() |
CommercialRooms.Option[] |
CommercialRooms.getOptionsArray(Collection<CommercialRooms.Option> options) |
static CommercialRooms.Option |
CommercialRooms.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommercialRooms.Option[] |
CommercialRooms.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<CommercialRooms.Option> |
CommercialRooms.getAsList(EstateImpl estate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
CommercialRooms.hasOption(EstateImpl estate,
CommercialRooms.Option value) |
static void |
CommercialRooms.put(EstateImpl estate,
CommercialRooms.Option[] value) |
static void |
CommercialRooms.putOption(EstateImpl estate,
CommercialRooms.Option value) |
static void |
CommercialRooms.removeOption(EstateImpl estate,
CommercialRooms.Option value) |
Modifier and Type | Method and Description |
---|---|
CommercialRooms.Option[] |
CommercialRooms.getOptionsArray(Collection<CommercialRooms.Option> options) |
Constructor and Description |
---|
CommercialRooms(CommercialRooms.Option value) |
CommercialRooms(CommercialRooms.Option[] values) |
Copyright © 2019 OpenEstate. All rights reserved.