Package | Description |
---|---|
com.openindex.openestate.impl.attribs.features |
Modifier and Type | Method and Description |
---|---|
static Bathroom.Option[] |
Bathroom.get(EstateImpl estate) |
Bathroom.Option |
Bathroom.getOption(String value) |
Bathroom.Option[] |
Bathroom.getOptions() |
Bathroom.Option[] |
Bathroom.getOptionsArray(Collection<Bathroom.Option> options) |
static Bathroom.Option |
Bathroom.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bathroom.Option[] |
Bathroom.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<Bathroom.Option> |
Bathroom.getAsList(EstateImpl estate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Bathroom.hasOption(EstateImpl estate,
Bathroom.Option value) |
static void |
Bathroom.put(EstateImpl estate,
Bathroom.Option[] value) |
static void |
Bathroom.putOption(EstateImpl estate,
Bathroom.Option value) |
static void |
Bathroom.removeOption(EstateImpl estate,
Bathroom.Option value) |
Modifier and Type | Method and Description |
---|---|
Bathroom.Option[] |
Bathroom.getOptionsArray(Collection<Bathroom.Option> options) |
Constructor and Description |
---|
Bathroom(Bathroom.Option value) |
Bathroom(Bathroom.Option[] values) |
Copyright © 2019 OpenEstate. All rights reserved.