@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum HouseTypeEnergyStandardType extends Enum<HouseTypeEnergyStandardType>
Java class for HouseTypeEnergyStandardType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HouseTypeEnergyStandardType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNSPECIFIED"/>
<enumeration value="LOW_ENERGY_40"/>
<enumeration value="LOW_ENERGY_60"/>
<enumeration value="PASSIVE_HOUSE"/>
<enumeration value="ENERGY_EFFICIENT_40"/>
<enumeration value="ENERGY_EFFICIENT_55"/>
<enumeration value="ENERGY_EFFICIENT_70"/>
<enumeration value="LOW_ENERGY_HOUSE"/>
<enumeration value="NULL_ENERGY_HOUSE"/>
<enumeration value="PLUS_ENERGY_HOUSE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ENERGY_EFFICIENT_40
KfW-Effizienzhaus 40
|
ENERGY_EFFICIENT_55
KfW-Effizienzhaus 55
|
ENERGY_EFFICIENT_70
KfW-Effizienzhaus 70
|
LOW_ENERGY_40
Niedrigenergiehaus KfW 40
|
LOW_ENERGY_60
Niedriegenergiehaus KfW60
|
LOW_ENERGY_HOUSE
Niedrigenergiehaus
|
NULL_ENERGY_HOUSE
Nullenergiehaus
|
PASSIVE_HOUSE
Passivhaus
|
PLUS_ENERGY_HOUSE
Plusenergiehaus
|
UNSPECIFIED
nicht spezifiziert
|
| Modifier and Type | Method and Description |
|---|---|
static HouseTypeEnergyStandardType |
fromValue(String v) |
String |
value() |
static HouseTypeEnergyStandardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HouseTypeEnergyStandardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HouseTypeEnergyStandardType UNSPECIFIED
public static final HouseTypeEnergyStandardType LOW_ENERGY_40
public static final HouseTypeEnergyStandardType LOW_ENERGY_60
public static final HouseTypeEnergyStandardType PASSIVE_HOUSE
public static final HouseTypeEnergyStandardType ENERGY_EFFICIENT_40
public static final HouseTypeEnergyStandardType ENERGY_EFFICIENT_55
public static final HouseTypeEnergyStandardType ENERGY_EFFICIENT_70
public static final HouseTypeEnergyStandardType LOW_ENERGY_HOUSE
public static final HouseTypeEnergyStandardType NULL_ENERGY_HOUSE
public static final HouseTypeEnergyStandardType PLUS_ENERGY_HOUSE
public static HouseTypeEnergyStandardType[] values()
for (HouseTypeEnergyStandardType c : HouseTypeEnergyStandardType.values()) System.out.println(c);
public static HouseTypeEnergyStandardType 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 HouseTypeEnergyStandardType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.