public class Month extends IntegerBasedExpression
Modifier and Type | Field and Description |
---|---|
static Integer |
MAX_MONTH |
static Integer |
MIN_MONTH |
absoluteValues, origValue, relativeValues, scheduleExpressionType
Modifier and Type | Method and Description |
---|---|
protected boolean |
accepts(ScheduleExpressionType scheduleExprType) |
Integer |
getFirstMatch() |
protected Integer |
getMaxValue() |
protected Integer |
getMinValue() |
Integer |
getNextMatch(Calendar currentCal) |
boolean |
isRelativeValue(String value) |
protected Integer |
parseInt(String alias) |
assertValid, processIncrement, processListItem, processListValue, processRangeValue, processSingleValue
public static final Integer MAX_MONTH
public static final Integer MIN_MONTH
public Month(String value)
protected Integer getMaxValue()
getMaxValue
in class IntegerBasedExpression
protected Integer getMinValue()
getMinValue
in class IntegerBasedExpression
public boolean isRelativeValue(String value)
isRelativeValue
in class IntegerBasedExpression
protected boolean accepts(ScheduleExpressionType scheduleExprType)
accepts
in class IntegerBasedExpression
protected Integer parseInt(String alias)
parseInt
in class IntegerBasedExpression
public Integer getFirstMatch()
Copyright © 2016 JBoss by Red Hat. All rights reserved.