public enum BebaubarNach extends Enum<BebaubarNach>
| Enum Constant and Description |
|---|
AUSSENGEBIET |
BEBAUUNGSPLAN |
NACHBARBEBAUUNG |
UNBEKANNT |
| Modifier and Type | Method and Description |
|---|---|
static BebaubarNach |
parse(String value) |
String |
print() |
static BebaubarNach |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BebaubarNach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BebaubarNach UNBEKANNT
public static final BebaubarNach BEBAUUNGSPLAN
public static final BebaubarNach NACHBARBEBAUUNG
public static final BebaubarNach AUSSENGEBIET
public static BebaubarNach[] values()
for (BebaubarNach c : BebaubarNach.values()) System.out.println(c);
public static BebaubarNach 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 BebaubarNach parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.