public static enum SecureDeliveryServiceAPI.PhaseStatus extends Enum<SecureDeliveryServiceAPI.PhaseStatus>
| Modifier and Type | Method and Description |
|---|---|
static SecureDeliveryServiceAPI.PhaseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecureDeliveryServiceAPI.PhaseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecureDeliveryServiceAPI.PhaseStatus SUCCESS
public static final SecureDeliveryServiceAPI.PhaseStatus FAILURE
public static SecureDeliveryServiceAPI.PhaseStatus[] values()
for (SecureDeliveryServiceAPI.PhaseStatus c : SecureDeliveryServiceAPI.PhaseStatus.values()) System.out.println(c);
public static SecureDeliveryServiceAPI.PhaseStatus 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 © 2003–2021 Sakai Project. All rights reserved.