Uses of Class
com.quartzdesk.service.types.v4_0.scheduler.quartz.QuartzIntervalType

Packages that use QuartzIntervalType
com.quartzdesk.service.types.v4_0.scheduler.quartz   
 

Uses of QuartzIntervalType in com.quartzdesk.service.types.v4_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v4_0.scheduler.quartz declared as QuartzIntervalType
protected  QuartzIntervalType QuartzNthIncludedDayTrigger.intervalType
           
 

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

Methods in com.quartzdesk.service.types.v4_0.scheduler.quartz with parameters of type QuartzIntervalType
 void QuartzNthIncludedDayTrigger.setIntervalType(QuartzIntervalType value)
          Sets the value of the intervalType property.
 QuartzNthIncludedDayTrigger QuartzNthIncludedDayTrigger.withIntervalType(QuartzIntervalType value)
           
 



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