java.lang.Object
org.jboss.as.ejb3.timerservice.schedule.attribute.IntegerBasedExpression
org.jboss.as.ejb3.timerservice.schedule.attribute.Minute

public class Minute extends IntegerBasedExpression
Represents the value of a minute constructed out of a ScheduleExpression.getMinute()

A Minute can hold only Integer as its value. The only exception to this being the wildcard (*) value. The various ways in which a Minute value can be represented are:

  • Wildcard. For example, minute = "*"
  • Range. For example, minute = "0-20"
  • List. For example, minute = "10, 30, 45"
  • Single value. For example, minute = "8"
  • Increment. For example, minute = "10 / 15"

Version:
$Revision: $
Author:
Jaikiran Pai