public enum QueryType3Code extends Enum<QueryType3Code>
Java-Klasse für QueryType3Code.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<simpleType name="QueryType3Code">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ALLL"/>
<enumeration value="CHNG"/>
<enumeration value="MODF"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static QueryType3Code |
fromValue(String v) |
String |
value() |
static QueryType3Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType3Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryType3Code ALLL
public static final QueryType3Code CHNG
public static final QueryType3Code MODF
public static QueryType3Code[] values()
for (QueryType3Code c : QueryType3Code.values()) System.out.println(c);
public static QueryType3Code 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 QueryType3Code fromValue(String v)
Copyright © 2017. All rights reserved.