Class Month
java.lang.Object
org.jboss.as.ejb3.timerservice.schedule.attribute.IntegerBasedExpression
org.jboss.as.ejb3.timerservice.schedule.attribute.Month
Month
- Version:
- $Revision: $
- Author:
- Jaikiran Pai
-
Field Summary
FieldsFields inherited from class org.jboss.as.ejb3.timerservice.schedule.attribute.IntegerBasedExpression
absoluteValues, origValue, relativeValues, scheduleExpressionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanaccepts(ScheduleExpressionType scheduleExprType) protected Integerprotected IntegergetNextMatch(Calendar currentCal) booleanisRelativeValue(String value) Checks if relative value is supported.protected IntegerMethods inherited from class org.jboss.as.ejb3.timerservice.schedule.attribute.IntegerBasedExpression
assertValid, getType, processIncrement, processListItem, processListValue, processRangeValue, processSingleValue
-
Field Details
-
MAX_MONTH
-
MIN_MONTH
-
-
Constructor Details
-
Month
-
-
Method Details
-
getMaxValue
- Specified by:
getMaxValuein classIntegerBasedExpression
-
getMinValue
- Specified by:
getMinValuein classIntegerBasedExpression
-
isRelativeValue
Description copied from class:IntegerBasedExpressionChecks if relative value is supported.- Specified by:
isRelativeValuein classIntegerBasedExpression- Parameters:
value- non-null value- Returns:
- true if relative value is supported
-
accepts
- Specified by:
acceptsin classIntegerBasedExpression
-
parseInt
- Overrides:
parseIntin classIntegerBasedExpression
-
getNextMatch
-
getFirstMatch
-