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