public static enum Parken.ParkenTyp extends Enum<Parken.ParkenTyp>
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 © 2015 OpenEstate. All rights reserved.