3.24 IntegerRangeArray
Topic Version | 1 | Published | 11/11/2016 | ||
For Standard | COM v2.1 | ||||
Type: | Class | Stereotype: | «XSDcomplexType» |
Defines an array as a range of integers. The range is defined by an initial value and a count defining the size of the range.
Name |
Type |
Notes |
---|---|---|
Count |
PositiveLong |
Size of the array. |
Value |
long |
Start value for the range. End value is start+count-1. |
Association |
Notes |
---|---|
From: IntegerRangeArray. To: AbstractIntegerArray Generalization |