@Deprecated @Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum FiringType extends Enum<FiringType>
Java class for FiringType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FiringType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="GEOTHERMAL"/>
<enumeration value="SOLAR_HEATING"/>
<enumeration value="PELLET_HEATING"/>
<enumeration value="GAS"/>
<enumeration value="OIL"/>
<enumeration value="DISTRICT_HEATING"/>
<enumeration value="ELECTRICITY"/>
<enumeration value="COAL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COAL
Deprecated.
Kohle
|
DISTRICT_HEATING
Deprecated.
Fernwärme
|
ELECTRICITY
Deprecated.
Strom
|
GAS
Deprecated.
Gas
|
GEOTHERMAL
Deprecated.
Erdwärme
|
NO_INFORMATION
Deprecated.
Keine Angabe
|
OIL
Deprecated.
Öl
|
PELLET_HEATING
Deprecated.
Pelletheizung
|
SOLAR_HEATING
Deprecated.
Solarheizung
|
| Modifier and Type | Method and Description |
|---|---|
static FiringType |
fromValue(String v)
Deprecated.
|
String |
value()
Deprecated.
|
static FiringType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FiringType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FiringType NO_INFORMATION
public static final FiringType GEOTHERMAL
public static final FiringType SOLAR_HEATING
public static final FiringType PELLET_HEATING
public static final FiringType GAS
public static final FiringType OIL
public static final FiringType DISTRICT_HEATING
public static final FiringType ELECTRICITY
public static final FiringType COAL
public static FiringType[] values()
for (FiringType c : FiringType.values()) System.out.println(c);
public static FiringType 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 FiringType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.