|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.ace.mws.jobarrays.JobArrayIndexRange
class JobArrayIndexRange
Represents information about a job index expression. This is used when creating job arrays only.
| Field Summary | |
|---|---|
private Long |
endIndex
The end of the index range. i.e. |
private Long |
increment
The increment of the index range, defaults to 1 and must be greater than 0. |
private Long |
startIndex
The start of the index range. i.e. |
| Constructor Summary | |
JobArrayIndexRange()
|
|
| Method Summary | |
|---|---|
Long
|
getEndIndex()
The end of the index range. i.e. |
Long
|
getIncrement()
The increment of the index range, defaults to 1 and must be greater than 0. |
Long
|
getStartIndex()
The start of the index range. i.e. |
void
|
setEndIndex(Long endIndex)
The end of the index range. i.e. |
void
|
setIncrement(Long increment)
The increment of the index range, defaults to 1 and must be greater than 0. |
void
|
setStartIndex(Long startIndex)
The start of the index range. i.e. |
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Long endIndex
10 for 1-10.
private Long increment
private Long startIndex
1 for 1-10.
| Constructor Detail |
|---|
JobArrayIndexRange()
| Method Detail |
|---|
Long getEndIndex()
10 for 1-10.
Long getIncrement()
Long getStartIndex()
1 for 1-10.
void setEndIndex(Long endIndex)
10 for 1-10.
void setIncrement(Long increment)
void setStartIndex(Long startIndex)
1 for 1-10.
String toString()
Groovy Documentation