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