org.apache.juddi.api.util
Enum SubscriptionQuery
java.lang.Object
java.lang.Enum<SubscriptionQuery>
org.apache.juddi.api.util.SubscriptionQuery
- All Implemented Interfaces:
- Serializable, Comparable<SubscriptionQuery>, UDDIQuery
public enum SubscriptionQuery
- extends Enum<SubscriptionQuery>
- implements UDDIQuery
Enum to represent the methods within the Subscription API.
- Author:
- Tom Cunningham
DELETE_SUBSCRIPTION
public static final SubscriptionQuery DELETE_SUBSCRIPTION
GET_SUBSCRIPTIONRESULTS
public static final SubscriptionQuery GET_SUBSCRIPTIONRESULTS
GET_SUBSCRIPTIONS
public static final SubscriptionQuery GET_SUBSCRIPTIONS
SAVE_SUBSCRIPTION
public static final SubscriptionQuery SAVE_SUBSCRIPTION
values
public static SubscriptionQuery[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SubscriptionQuery c : SubscriptionQuery.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SubscriptionQuery valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getQuery
public String getQuery()
- Specified by:
getQuery
in interface UDDIQuery
initSubscriptionQueries
public static void initSubscriptionQueries()
getQueries
public static List<String> getQueries()
fromQuery
public static SubscriptionQuery fromQuery(String query)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.