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