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