public enum ValueSetCachingQuery extends Enum<ValueSetCachingQuery> implements UDDIQuery
Enum Constant and Description |
---|
GET_ALLVALIDVALUES |
Modifier and Type | Method and Description |
---|---|
static ValueSetCachingQuery |
fromQuery(String query)
Deprecated.
|
static List<String> |
getQueries() |
String |
getQuery() |
static void |
initValueSetCachingQueries() |
static ValueSetCachingQuery |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueSetCachingQuery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueSetCachingQuery GET_ALLVALIDVALUES
public static ValueSetCachingQuery[] values()
for (ValueSetCachingQuery c : ValueSetCachingQuery.values()) System.out.println(c);
public static ValueSetCachingQuery 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 static void initValueSetCachingQueries()
public static ValueSetCachingQuery fromQuery(String query)
query
- Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.