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