public enum LageartTyp extends Enum<LageartTyp>
Java class for LageartTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LageartTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keineAngabe"/>
<enumeration value="ALage"/>
<enumeration value="BLage"/>
<enumeration value="Einkaufszentrum"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
A_LAGE |
B_LAGE |
EINKAUFSZENTRUM |
KEINE_ANGABE |
| Modifier and Type | Method and Description |
|---|---|
static LageartTyp |
fromValue(String v) |
String |
value() |
static LageartTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LageartTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LageartTyp KEINE_ANGABE
public static final LageartTyp A_LAGE
public static final LageartTyp B_LAGE
public static final LageartTyp EINKAUFSZENTRUM
public static LageartTyp[] values()
for (LageartTyp c : LageartTyp.values()) System.out.println(c);
public static LageartTyp 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 LageartTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.