public enum Stellplatz extends Enum<Stellplatz>
| Enum Constant and Description |
|---|
AUSSEN_STELLPLATZ |
CARPORT |
DUPLEX |
GARAGE |
JA
Deprecated.
|
KEINE_ANGABE |
NEIN
Deprecated.
|
PARKHAUS |
TIEFGARAGE |
| Modifier and Type | Method and Description |
|---|---|
static Stellplatz |
parse(String value) |
String |
print() |
static Stellplatz |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stellplatz[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stellplatz KEINE_ANGABE
public static final Stellplatz GARAGE
public static final Stellplatz AUSSEN_STELLPLATZ
public static final Stellplatz CARPORT
public static final Stellplatz DUPLEX
public static final Stellplatz PARKHAUS
public static final Stellplatz TIEFGARAGE
@Deprecated public static final Stellplatz JA
@Deprecated public static final Stellplatz NEIN
public static Stellplatz[] values()
for (Stellplatz c : Stellplatz.values()) System.out.println(c);
public static Stellplatz 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 static Stellplatz parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.