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