@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T02:54:50+02:00", comments="JAXB RI v2.2.11") public static enum Parken.ParkenTyp extends Enum<Parken.ParkenTyp>
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="STELLPLATZ"/> <enumeration value="CARPORT"/> <enumeration value="DOPPELGARAGE"/> <enumeration value="DUPLEX"/> <enumeration value="TIEFGARAGE"/> <enumeration value="BOOTSLIEGEPLATZ"/> <enumeration value="EINZELGARAGE"/> <enumeration value="PARKHAUS"/> <enumeration value="TIEFGARAGENSTELLPLATZ"/> <enumeration value="PARKPLATZ_STROM"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BOOTSLIEGEPLATZ |
CARPORT |
DOPPELGARAGE |
DUPLEX |
EINZELGARAGE |
PARKHAUS |
PARKPLATZ_STROM |
STELLPLATZ |
TIEFGARAGE |
TIEFGARAGENSTELLPLATZ |
Modifier and Type | Method and Description |
---|---|
static Parken.ParkenTyp |
fromValue(String v) |
String |
value() |
static Parken.ParkenTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parken.ParkenTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parken.ParkenTyp STELLPLATZ
public static final Parken.ParkenTyp CARPORT
public static final Parken.ParkenTyp DOPPELGARAGE
public static final Parken.ParkenTyp DUPLEX
public static final Parken.ParkenTyp TIEFGARAGE
public static final Parken.ParkenTyp BOOTSLIEGEPLATZ
public static final Parken.ParkenTyp EINZELGARAGE
public static final Parken.ParkenTyp PARKHAUS
public static final Parken.ParkenTyp TIEFGARAGENSTELLPLATZ
public static final Parken.ParkenTyp PARKPLATZ_STROM
public static Parken.ParkenTyp[] values()
for (Parken.ParkenTyp c : Parken.ParkenTyp.values()) System.out.println(c);
public static Parken.ParkenTyp 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 Parken.ParkenTyp fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.