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