public static enum UddiHub.FindType extends Enum<UddiHub.FindType>
Enum Constant and Description |
---|
BindingTemplate
search for a binding template
|
Business
search for a business
|
RelatedBusiness
search for a related business
|
Service
search for a business
|
tModel
search for a tmodel
|
Modifier and Type | Method and Description |
---|---|
static UddiHub.FindType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UddiHub.FindType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UddiHub.FindType Business
public static final UddiHub.FindType RelatedBusiness
public static final UddiHub.FindType Service
public static final UddiHub.FindType tModel
public static final UddiHub.FindType BindingTemplate
public static UddiHub.FindType[] values()
for (UddiHub.FindType c : UddiHub.FindType.values()) System.out.println(c);
public static UddiHub.FindType 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 nullCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.