public enum EnergyCertificateCreationDate extends Enum<EnergyCertificateCreationDate>
Java class for EnergyCertificateCreationDate.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnergyCertificateCreationDate"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="NOT_APPLICABLE"/> <enumeration value="BEFORE_01_MAY_2014"/> <enumeration value="FROM_01_MAY_2014"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BEFORE_01_MAY_2014
Ausgestellt vor dem 01.05.2014
|
FROM_01_MAY_2014
Ausgestellt ab dem 01.05.2014
|
NOT_APPLICABLE
keine Angabe
|
Modifier and Type | Method and Description |
---|---|
static EnergyCertificateCreationDate |
fromValue(String v) |
String |
value() |
static EnergyCertificateCreationDate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnergyCertificateCreationDate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnergyCertificateCreationDate NOT_APPLICABLE
public static final EnergyCertificateCreationDate BEFORE_01_MAY_2014
public static final EnergyCertificateCreationDate FROM_01_MAY_2014
public static EnergyCertificateCreationDate[] values()
for (EnergyCertificateCreationDate c : EnergyCertificateCreationDate.values()) System.out.println(c);
public static EnergyCertificateCreationDate 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 EnergyCertificateCreationDate fromValue(String v)
Copyright © 2014 OpenEstate. All rights reserved.