@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum SpecialPurposeType extends Enum<SpecialPurposeType>
Java class for SpecialPurposeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SpecialPurposeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="RESIDENCE"/>
<enumeration value="FARM"/>
<enumeration value="HORSE_FARM"/>
<enumeration value="VINEYARD"/>
<enumeration value="REPAIR_SHOP"/>
<enumeration value="LEISURE_FACILITY"/>
<enumeration value="INDUSTRIAL_AREA"/>
<enumeration value="SPECIAL_ESTATE"/>
<enumeration value="COMMERCIAL_CENTRE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COMMERCIAL_CENTRE
Gewerbepark
|
FARM
Bauernhof
|
HORSE_FARM
Reiterhof
|
INDUSTRIAL_AREA
Gewerbefläche
|
LEISURE_FACILITY
Freizeitanlage
|
REPAIR_SHOP
Werkstatt
|
RESIDENCE
Anwesen
|
SPECIAL_ESTATE
Spezialobjekt
|
VINEYARD
Weingut
|
| Modifier and Type | Method and Description |
|---|---|
static SpecialPurposeType |
fromValue(String v) |
String |
value() |
static SpecialPurposeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecialPurposeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpecialPurposeType RESIDENCE
public static final SpecialPurposeType FARM
public static final SpecialPurposeType HORSE_FARM
public static final SpecialPurposeType VINEYARD
public static final SpecialPurposeType REPAIR_SHOP
public static final SpecialPurposeType LEISURE_FACILITY
public static final SpecialPurposeType INDUSTRIAL_AREA
public static final SpecialPurposeType SPECIAL_ESTATE
public static final SpecialPurposeType COMMERCIAL_CENTRE
public static SpecialPurposeType[] values()
for (SpecialPurposeType c : SpecialPurposeType.values()) System.out.println(c);
public static SpecialPurposeType 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 nullpublic String value()
public static SpecialPurposeType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.