public enum EnergyRatingMarkType extends Enum<EnergyRatingMarkType>
Java class for energyRatingMarkType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="energyRatingMarkType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="A"/>
<enumeration value="B"/>
<enumeration value="C"/>
<enumeration value="D"/>
<enumeration value="E"/>
<enumeration value="F"/>
<enumeration value="G"/>
<enumeration value="X"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static EnergyRatingMarkType |
fromValue(String v) |
String |
value() |
static EnergyRatingMarkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnergyRatingMarkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnergyRatingMarkType A
public static final EnergyRatingMarkType B
public static final EnergyRatingMarkType C
public static final EnergyRatingMarkType D
public static final EnergyRatingMarkType E
public static final EnergyRatingMarkType F
public static final EnergyRatingMarkType G
public static final EnergyRatingMarkType X
public static EnergyRatingMarkType[] values()
for (EnergyRatingMarkType c : EnergyRatingMarkType.values()) System.out.println(c);
public static EnergyRatingMarkType 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 EnergyRatingMarkType fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.