public static enum SearchImpl.SimpleConditionType extends Enum<SearchImpl.SimpleConditionType>
Enum Constant and Description |
---|
CITY |
COUNTRY |
DISTRICT |
ESTATE_ACTION |
ESTATE_TYPE |
POSTAL_CODE |
REGION |
STREET |
STREET_NR |
Modifier and Type | Method and Description |
---|---|
static SearchImpl.SimpleConditionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchImpl.SimpleConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchImpl.SimpleConditionType STREET
public static final SearchImpl.SimpleConditionType STREET_NR
public static final SearchImpl.SimpleConditionType CITY
public static final SearchImpl.SimpleConditionType DISTRICT
public static final SearchImpl.SimpleConditionType POSTAL_CODE
public static final SearchImpl.SimpleConditionType REGION
public static final SearchImpl.SimpleConditionType COUNTRY
public static final SearchImpl.SimpleConditionType ESTATE_ACTION
public static final SearchImpl.SimpleConditionType ESTATE_TYPE
public static SearchImpl.SimpleConditionType[] values()
for (SearchImpl.SimpleConditionType c : SearchImpl.SimpleConditionType.values()) System.out.println(c);
public static SearchImpl.SimpleConditionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 OpenEstate. All rights reserved.