Creates an xs:integer sequence with the specified values. @param values values @return value
(final int[] values)
| 166 | * @return value |
| 167 | */ |
| 168 | public static Value get(final int[] values) { |
| 169 | return get(values, BasicType.INTEGER); |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Creates a sequence with the specified values. |