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