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