Class IntegerList

java.lang.Object
org.apache.sis.parameter.IntegerList

final class IntegerList extends Object
XML representation of a sequence of integer values.
Since:
0.6
Version:
0.6
See Also:
  • Field Details

    • value

      public String 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

      public IntegerList(Object array)
      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.