public static enum StpSonstige.Platzart extends Enum<StpSonstige.Platzart>
Enum Constant and Description |
---|
CARPORT |
DUPLEX |
FREIPLATZ |
GARAGE |
PARKHAUS |
SONSTIGES |
TIEFGARAGE |
Modifier and Type | Method and Description |
---|---|
static StpSonstige.Platzart |
fromValue(String v) |
String |
value() |
static StpSonstige.Platzart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StpSonstige.Platzart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpSonstige.Platzart FREIPLATZ
public static final StpSonstige.Platzart GARAGE
public static final StpSonstige.Platzart TIEFGARAGE
public static final StpSonstige.Platzart CARPORT
public static final StpSonstige.Platzart DUPLEX
public static final StpSonstige.Platzart PARKHAUS
public static final StpSonstige.Platzart SONSTIGES
public static StpSonstige.Platzart[] values()
for (StpSonstige.Platzart c : StpSonstige.Platzart.values()) System.out.println(c);
public static StpSonstige.Platzart 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 StpSonstige.Platzart fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.