public enum RegulationEnum extends Enum<RegulationEnum>
Java class for RegulationEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RegulationEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="permitted"/>
<enumeration value="prohibited"/>
<enumeration value="punishable"/>
<enumeration value="seasonalHeterogeneous"/>
<enumeration value="permittedOnlyAtParticularTimes"/>
<enumeration value="permittedOnlyOnParticularAreas"/>
<enumeration value="prohibitedAtParticularTimes"/>
<enumeration value="prohibitedOnParticularAreas"/>
<enumeration value="onlyOnRequest"/>
<enumeration value="heterogeneous"/>
<enumeration value="onlyOutsideBuildings"/>
<enumeration value="onlyInsideBuildings"/>
<enumeration value="unspecified"/>
<enumeration value="unknown"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static RegulationEnum |
fromValue(String v) |
String |
value() |
static RegulationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegulationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegulationEnum PERMITTED
public static final RegulationEnum PROHIBITED
public static final RegulationEnum PUNISHABLE
public static final RegulationEnum SEASONAL_HETEROGENEOUS
public static final RegulationEnum PERMITTED_ONLY_AT_PARTICULAR_TIMES
public static final RegulationEnum PERMITTED_ONLY_ON_PARTICULAR_AREAS
public static final RegulationEnum PROHIBITED_AT_PARTICULAR_TIMES
public static final RegulationEnum PROHIBITED_ON_PARTICULAR_AREAS
public static final RegulationEnum ONLY_ON_REQUEST
public static final RegulationEnum HETEROGENEOUS
public static final RegulationEnum ONLY_OUTSIDE_BUILDINGS
public static final RegulationEnum ONLY_INSIDE_BUILDINGS
public static final RegulationEnum UNSPECIFIED
public static final RegulationEnum UNKNOWN
public static final RegulationEnum OTHER
public static RegulationEnum[] values()
for (RegulationEnum c : RegulationEnum.values()) System.out.println(c);
public static RegulationEnum 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 RegulationEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.