public class DayOfWeek extends IntegerBasedExpression
Modifier and Type | Field and Description |
---|---|
static Integer |
MAX_DAY_OF_WEEK |
static Integer |
MIN_DAY_OF_WEEK |
absoluteValues, origValue, relativeValues, scheduleExpressionType
Modifier and Type | Method and Description |
---|---|
protected boolean |
accepts(ScheduleExpressionType scheduleExprType) |
static Set<String> |
getDaysOfWeek() |
int |
getFirst() |
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_DAY_OF_WEEK
public static final Integer MIN_DAY_OF_WEEK
public DayOfWeek(String value)
protected Integer getMaxValue()
getMaxValue
in class IntegerBasedExpression
protected Integer getMinValue()
getMinValue
in class IntegerBasedExpression
public int getFirst()
protected boolean accepts(ScheduleExpressionType scheduleExprType)
accepts
in class IntegerBasedExpression
public boolean isRelativeValue(String value)
isRelativeValue
in class IntegerBasedExpression
protected Integer parseInt(String alias)
parseInt
in class IntegerBasedExpression
Copyright © 2017 JBoss by Red Hat. All rights reserved.