Package org.apache.sis.parameter
Class IntegerList
java.lang.Object
org.apache.sis.parameter.IntegerList
XML representation of a sequence of integer values.
- Since:
- 0.6
- Version:
- 0.6
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault empty constructor for JAXB.IntegerList
(Object array) Creates a list of integers backed by the given array. -
Method Summary
-
Field Details
-
value
The integer values.
-
-
Constructor Details
-
IntegerList
public IntegerList()Default empty constructor for JAXB. The value is initialized to null, but JAXB will overwrite that value if a XML value is present. -
IntegerList
Creates a list of integers backed by the given array.- Parameters:
array
- the integer values as a Java array.
-
-
Method Details
-
toArray
public int[] toArray()Returns the values as an array.
-