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