Uses of Class
com.quartzdesk.service.types.v1_0.scheduler.quartz.IntervalType

Packages that use IntervalType
com.quartzdesk.service.types.v1_0.scheduler.quartz   
 

Uses of IntervalType in com.quartzdesk.service.types.v1_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v1_0.scheduler.quartz declared as IntervalType
protected  IntervalType NthIncludedDayTrigger.intervalType
           
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz that return IntervalType
static IntervalType IntervalType.fromValue(String v)
           
 IntervalType NthIncludedDayTrigger.getIntervalType()
          Gets the value of the intervalType property.
static IntervalType IntervalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IntervalType[] IntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz with parameters of type IntervalType
 void NthIncludedDayTrigger.setIntervalType(IntervalType value)
          Sets the value of the intervalType property.
 NthIncludedDayTrigger NthIncludedDayTrigger.withIntervalType(IntervalType value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.