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