Class ListValue
java.lang.Object
org.jboss.as.ejb3.timerservice.schedule.value.ListValue
- All Implemented Interfaces:
ScheduleValue
Represents a value for a
ScheduleExpression which is expressed as a list type. A
ListValue comprises of values separated by a ",".
Each value in the ListValue must be an individual attribute value or a range.
List items cannot themselves be lists, wild-cards, or increments.
Duplicate values are allowed, but are ignored.
- Version:
- $Revision: $
- Author:
- Jaikiran Pai
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LIST_SEPARATOR
- See Also:
-
-
Constructor Details
-
ListValue
Creates aListValueby parsing the passedvalue.- Parameters:
list- The value to be parsed- Throws:
IllegalArgumentException- If the passedvaluecannot be represented as anListValue
-
-
Method Details
-
getValues
Returns the values that make up theListValue.Each value in this set may be a
Stringrepresenting aSingleValueor aRangeValue- Returns:
-