public enum LoadType2Enum extends Enum<LoadType2Enum>
Java class for LoadType2Enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LoadType2Enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="refrigeratedGoods"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
REFRIGERATED_GOODS |
| Modifier and Type | Method and Description |
|---|---|
static LoadType2Enum |
fromValue(String v) |
String |
value() |
static LoadType2Enum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadType2Enum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadType2Enum REFRIGERATED_GOODS
public static LoadType2Enum[] values()
for (LoadType2Enum c : LoadType2Enum.values()) System.out.println(c);
public static LoadType2Enum 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 LoadType2Enum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.