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