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