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, processSingleValuepublic static final Integer MAX_MONTH
public static final Integer MIN_MONTH
public Month(String value)
protected Integer getMaxValue()
getMaxValue in class IntegerBasedExpressionprotected Integer getMinValue()
getMinValue in class IntegerBasedExpressionpublic boolean isRelativeValue(String value)
isRelativeValue in class IntegerBasedExpressionprotected boolean accepts(ScheduleExpressionType scheduleExprType)
accepts in class IntegerBasedExpressionprotected Integer parseInt(String alias)
parseInt in class IntegerBasedExpressionpublic Integer getFirstMatch()
Copyright © 2018 JBoss by Red Hat. All rights reserved.