public static enum BebaubarNach.BebaubarAttr extends Enum<BebaubarNach.BebaubarAttr>
Enum Constant and Description |
---|
AUSSENGEBIET |
B_PLAN |
BAUERWARTUNGSLAND |
BAULAND_OHNE_B_PLAN |
KEIN_BAULAND |
LAENDERSPEZIFISCH |
NACHBARSCHAFT |
Modifier and Type | Method and Description |
---|---|
static BebaubarNach.BebaubarAttr |
fromValue(String v) |
String |
value() |
static BebaubarNach.BebaubarAttr |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BebaubarNach.BebaubarAttr[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BebaubarNach.BebaubarAttr NACHBARSCHAFT
public static final BebaubarNach.BebaubarAttr AUSSENGEBIET
public static final BebaubarNach.BebaubarAttr B_PLAN
public static final BebaubarNach.BebaubarAttr KEIN_BAULAND
public static final BebaubarNach.BebaubarAttr BAUERWARTUNGSLAND
public static final BebaubarNach.BebaubarAttr LAENDERSPEZIFISCH
public static final BebaubarNach.BebaubarAttr BAULAND_OHNE_B_PLAN
public static BebaubarNach.BebaubarAttr[] values()
for (BebaubarNach.BebaubarAttr c : BebaubarNach.BebaubarAttr.values()) System.out.println(c);
public static BebaubarNach.BebaubarAttr 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 BebaubarNach.BebaubarAttr fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.