public static enum WhiteboardUtils.ScheduleExecutionInstanceTypes extends java.lang.Enum<WhiteboardUtils.ScheduleExecutionInstanceTypes>
| Enum Constant and Description |
|---|
DEFAULT |
RUN_ON_LEADER |
RUN_ON_SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static WhiteboardUtils.ScheduleExecutionInstanceTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhiteboardUtils.ScheduleExecutionInstanceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WhiteboardUtils.ScheduleExecutionInstanceTypes DEFAULT
public static final WhiteboardUtils.ScheduleExecutionInstanceTypes RUN_ON_SINGLE
public static final WhiteboardUtils.ScheduleExecutionInstanceTypes RUN_ON_LEADER
public static WhiteboardUtils.ScheduleExecutionInstanceTypes[] values()
for (WhiteboardUtils.ScheduleExecutionInstanceTypes c : WhiteboardUtils.ScheduleExecutionInstanceTypes.values()) System.out.println(c);
public static WhiteboardUtils.ScheduleExecutionInstanceTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"