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