public enum EnergieausweisTyp extends Enum<EnergieausweisTyp>
| Enum Constant and Description |
|---|
ENDENERGIEBEDARF |
ENERGIEVERBRAUCHSKENNWERT |
KEINE_ANGABE |
| Modifier and Type | Method and Description |
|---|---|
static EnergieausweisTyp |
parse(String value) |
String |
print() |
static EnergieausweisTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnergieausweisTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnergieausweisTyp KEINE_ANGABE
public static final EnergieausweisTyp ENDENERGIEBEDARF
public static final EnergieausweisTyp ENERGIEVERBRAUCHSKENNWERT
public static EnergieausweisTyp[] values()
for (EnergieausweisTyp c : EnergieausweisTyp.values()) System.out.println(c);
public static EnergieausweisTyp 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 EnergieausweisTyp parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.