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