org.alfresco.service.cmr.action.scheduled
Class SchedulableAction.IntervalPeriod
java.lang.Object
java.lang.Enum
org.alfresco.service.cmr.action.scheduled.SchedulableAction.IntervalPeriod
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- SchedulableAction
public static final class SchedulableAction.IntervalPeriod
- extends java.lang.Enum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Month
public static final SchedulableAction.IntervalPeriod Month
Week
public static final SchedulableAction.IntervalPeriod Week
Day
public static final SchedulableAction.IntervalPeriod Day
Hour
public static final SchedulableAction.IntervalPeriod Hour
Minute
public static final SchedulableAction.IntervalPeriod Minute
Second
public static final SchedulableAction.IntervalPeriod Second
values
public static SchedulableAction.IntervalPeriod[] values()
valueOf
public static SchedulableAction.IntervalPeriod valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.