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