public enum Befeuerungsart extends Enum<Befeuerungsart>
| Enum Constant and Description |
|---|
ERDWAERME |
FERNWAERME |
GAS |
KEINE_ANGABE |
KOHLE |
OEL |
PELLETHEIZUNG |
SOLARHEIZUNG |
STROM |
| Modifier and Type | Method and Description |
|---|---|
static Befeuerungsart |
parse(String value) |
static Befeuerungsart[] |
parseMultiple(String valueList) |
String |
print() |
static String |
printMultiple(Iterable<Befeuerungsart> arten) |
static Befeuerungsart |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Befeuerungsart[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Befeuerungsart KEINE_ANGABE
public static final Befeuerungsart ERDWAERME
public static final Befeuerungsart SOLARHEIZUNG
public static final Befeuerungsart PELLETHEIZUNG
public static final Befeuerungsart GAS
public static final Befeuerungsart OEL
public static final Befeuerungsart FERNWAERME
public static final Befeuerungsart STROM
public static final Befeuerungsart KOHLE
public static Befeuerungsart[] values()
for (Befeuerungsart c : Befeuerungsart.values()) System.out.println(c);
public static Befeuerungsart 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 static Befeuerungsart parse(String value)
public static Befeuerungsart[] parseMultiple(String valueList)
public String print()
public static String printMultiple(Iterable<Befeuerungsart> arten)
Copyright © 2016 OpenEstate. All rights reserved.