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