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