org.alfresco.service.cmr.action.scheduled
Class SchedulableAction.IntervalPeriod

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static SchedulableAction.IntervalPeriod Day
           
static SchedulableAction.IntervalPeriod Hour
           
static SchedulableAction.IntervalPeriod Minute
           
static SchedulableAction.IntervalPeriod Month
           
static SchedulableAction.IntervalPeriod Second
           
static SchedulableAction.IntervalPeriod Week
           
 
Method Summary
static SchedulableAction.IntervalPeriod valueOf(java.lang.String name)
           
static SchedulableAction.IntervalPeriod[] values()
           
 
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
 

Field Detail

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
Method Detail

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.