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