@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:50:55+02:00", comments="JAXB RI v2.2.11") public static enum ZinshausRenditeobjekt.ZinsTyp extends Enum<ZinshausRenditeobjekt.ZinsTyp>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MEHRFAMILIENHAUS"/> <enumeration value="WOHN_UND_GESCHAEFTSHAUS"/> <enumeration value="GESCHAEFTSHAUS"/> <enumeration value="BUEROGEBAEUDE"/> <enumeration value="SB_MAERKTE"/> <enumeration value="EINKAUFSCENTREN"/> <enumeration value="WOHNANLAGEN"/> <enumeration value="VERBRAUCHERMAERKTE"/> <enumeration value="INDUSTRIEANLAGEN"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BUEROGEBAEUDE |
EINKAUFSCENTREN |
GESCHAEFTSHAUS |
INDUSTRIEANLAGEN |
MEHRFAMILIENHAUS |
SB_MAERKTE |
VERBRAUCHERMAERKTE |
WOHN_UND_GESCHAEFTSHAUS |
WOHNANLAGEN |
Modifier and Type | Method and Description |
---|---|
static ZinshausRenditeobjekt.ZinsTyp |
fromValue(String v) |
String |
value() |
static ZinshausRenditeobjekt.ZinsTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZinshausRenditeobjekt.ZinsTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZinshausRenditeobjekt.ZinsTyp MEHRFAMILIENHAUS
public static final ZinshausRenditeobjekt.ZinsTyp WOHN_UND_GESCHAEFTSHAUS
public static final ZinshausRenditeobjekt.ZinsTyp GESCHAEFTSHAUS
public static final ZinshausRenditeobjekt.ZinsTyp BUEROGEBAEUDE
public static final ZinshausRenditeobjekt.ZinsTyp SB_MAERKTE
public static final ZinshausRenditeobjekt.ZinsTyp EINKAUFSCENTREN
public static final ZinshausRenditeobjekt.ZinsTyp WOHNANLAGEN
public static final ZinshausRenditeobjekt.ZinsTyp VERBRAUCHERMAERKTE
public static final ZinshausRenditeobjekt.ZinsTyp INDUSTRIEANLAGEN
public static ZinshausRenditeobjekt.ZinsTyp[] values()
for (ZinshausRenditeobjekt.ZinsTyp c : ZinshausRenditeobjekt.ZinsTyp.values()) System.out.println(c);
public static ZinshausRenditeobjekt.ZinsTyp 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 ZinshausRenditeobjekt.ZinsTyp fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.