@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum CommercializationType extends Enum<CommercializationType>
Java class for CommercializationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CommercializationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BUY"/>
<enumeration value="RENT"/>
<enumeration value="LEASE"/>
<enumeration value="LEASEHOLD"/>
<enumeration value="COMPULSORY_AUCTION"/>
<enumeration value="RENT_AND_BUY"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BUY
Kauf
|
COMPULSORY_AUCTION
Zwangsversteigerung
|
LEASE
Pacht
|
LEASEHOLD
Erbpacht
|
RENT
Miete
|
RENT_AND_BUY
Miete und Kauf
|
| Modifier and Type | Method and Description |
|---|---|
static CommercializationType |
fromValue(String v) |
String |
value() |
static CommercializationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommercializationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommercializationType BUY
public static final CommercializationType RENT
public static final CommercializationType LEASE
public static final CommercializationType LEASEHOLD
public static final CommercializationType COMPULSORY_AUCTION
public static final CommercializationType RENT_AND_BUY
public static CommercializationType[] values()
for (CommercializationType c : CommercializationType.values()) System.out.println(c);
public static CommercializationType 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 CommercializationType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.