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