public static enum AsmServicesWs.CancelResult extends Enum<AsmServicesWs.CancelResult>
and
{@link AsmServicesWs#cancelTransaction(int)}
Enum Constant and Description |
---|
TRANSACTION_DISCARDED_FROM_CACHE |
TRANSACTION_DISCARDED_FROM_CLIENT |
TRANSACTION_DISCARDED_RESULT |
TRANSACTION_NOT_FOUND |
TRANSACTION_REMOVED_FROM_WAITING_LIST |
Modifier and Type | Method and Description |
---|---|
static AsmServicesWs.CancelResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmServicesWs.CancelResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmServicesWs.CancelResult TRANSACTION_NOT_FOUND
public static final AsmServicesWs.CancelResult TRANSACTION_DISCARDED_RESULT
public static final AsmServicesWs.CancelResult TRANSACTION_DISCARDED_FROM_CACHE
public static final AsmServicesWs.CancelResult TRANSACTION_DISCARDED_FROM_CLIENT
public static final AsmServicesWs.CancelResult TRANSACTION_REMOVED_FROM_WAITING_LIST
public static AsmServicesWs.CancelResult[] values()
for (AsmServicesWs.CancelResult c : AsmServicesWs.CancelResult.values()) System.out.println(c);
public static AsmServicesWs.CancelResult 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 © 2022 KOBIL Systems GmbH. All rights reserved.