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