public static enum UddiHub.CriteriaType extends Enum<UddiHub.CriteriaType>
Enum Constant and Description |
---|
Category
by category
|
identbag
by identifier bag
|
Name
search by name
|
tmodel
by tmodel
|
uid
by key
|
Modifier and Type | Method and Description |
---|---|
static UddiHub.CriteriaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UddiHub.CriteriaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UddiHub.CriteriaType Name
public static final UddiHub.CriteriaType Category
public static final UddiHub.CriteriaType uid
public static final UddiHub.CriteriaType tmodel
public static final UddiHub.CriteriaType identbag
public static UddiHub.CriteriaType[] values()
for (UddiHub.CriteriaType c : UddiHub.CriteriaType.values()) System.out.println(c);
public static UddiHub.CriteriaType 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.