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