public static enum SchedulableAction.IntervalPeriod extends Enum<SchedulableAction.IntervalPeriod>
Enum Constant and Description |
---|
Day |
Hour |
Minute |
Month |
Second |
Week |
Modifier and Type | Method and Description |
---|---|
static SchedulableAction.IntervalPeriod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulableAction.IntervalPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulableAction.IntervalPeriod Month
public static final SchedulableAction.IntervalPeriod Week
public static final SchedulableAction.IntervalPeriod Day
public static final SchedulableAction.IntervalPeriod Hour
public static final SchedulableAction.IntervalPeriod Minute
public static final SchedulableAction.IntervalPeriod Second
public static SchedulableAction.IntervalPeriod[] values()
for (SchedulableAction.IntervalPeriod c : SchedulableAction.IntervalPeriod.values()) System.out.println(c);
public static SchedulableAction.IntervalPeriod 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 © 2005–2017 Alfresco Software. All rights reserved.