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