public enum InfrastructureDamageTypeEnum extends Enum<InfrastructureDamageTypeEnum>
Java class for InfrastructureDamageTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InfrastructureDamageTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="burstPipe"/>
<enumeration value="burstWaterMain"/>
<enumeration value="collapsedSewer"/>
<enumeration value="damagedBridge"/>
<enumeration value="damagedCrashBarrier"/>
<enumeration value="damagedFlyover"/>
<enumeration value="damagedGallery"/>
<enumeration value="damagedGantry"/>
<enumeration value="damagedRoadSurface"/>
<enumeration value="damagedTunnel"/>
<enumeration value="damagedViaduct"/>
<enumeration value="fallenPowerCables"/>
<enumeration value="gasLeak"/>
<enumeration value="weakBridge"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BURST_PIPE |
BURST_WATER_MAIN |
COLLAPSED_SEWER |
DAMAGED_BRIDGE |
DAMAGED_CRASH_BARRIER |
DAMAGED_FLYOVER |
DAMAGED_GALLERY |
DAMAGED_GANTRY |
DAMAGED_ROAD_SURFACE |
DAMAGED_TUNNEL |
DAMAGED_VIADUCT |
FALLEN_POWER_CABLES |
GAS_LEAK |
OTHER |
WEAK_BRIDGE |
| Modifier and Type | Method and Description |
|---|---|
static InfrastructureDamageTypeEnum |
fromValue(String v) |
String |
value() |
static InfrastructureDamageTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfrastructureDamageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfrastructureDamageTypeEnum BURST_PIPE
public static final InfrastructureDamageTypeEnum BURST_WATER_MAIN
public static final InfrastructureDamageTypeEnum COLLAPSED_SEWER
public static final InfrastructureDamageTypeEnum DAMAGED_BRIDGE
public static final InfrastructureDamageTypeEnum DAMAGED_CRASH_BARRIER
public static final InfrastructureDamageTypeEnum DAMAGED_FLYOVER
public static final InfrastructureDamageTypeEnum DAMAGED_GALLERY
public static final InfrastructureDamageTypeEnum DAMAGED_GANTRY
public static final InfrastructureDamageTypeEnum DAMAGED_ROAD_SURFACE
public static final InfrastructureDamageTypeEnum DAMAGED_TUNNEL
public static final InfrastructureDamageTypeEnum DAMAGED_VIADUCT
public static final InfrastructureDamageTypeEnum FALLEN_POWER_CABLES
public static final InfrastructureDamageTypeEnum GAS_LEAK
public static final InfrastructureDamageTypeEnum WEAK_BRIDGE
public static final InfrastructureDamageTypeEnum OTHER
public static InfrastructureDamageTypeEnum[] values()
for (InfrastructureDamageTypeEnum c : InfrastructureDamageTypeEnum.values()) System.out.println(c);
public static InfrastructureDamageTypeEnum 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 InfrastructureDamageTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.