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