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