public static enum AepScheduleEvent.State extends Enum<AepScheduleEvent.State>
Enum Constant and Description |
---|
Activated
Schedule has been created activated and operational.
|
Cancelled
Schedule cancellation is completed
|
Cancelling
Application has initiated the cancel
An application will not receive scheduled messages
or events for this and cancelled state.
|
NotActivated
Schedule has been created but not yet activated.
|
Modifier and Type | Method and Description |
---|---|
static AepScheduleEvent.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AepScheduleEvent.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AepScheduleEvent.State NotActivated
public static final AepScheduleEvent.State Activated
public static final AepScheduleEvent.State Cancelling
An application will not receive scheduled messages or events for this and cancelled state.
public static final AepScheduleEvent.State Cancelled
public static AepScheduleEvent.State[] values()
for (AepScheduleEvent.State c : AepScheduleEvent.State.values()) System.out.println(c);
public static AepScheduleEvent.State 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 © 2019 Neeve Research, LLC. All Rights Reserved.