Gets the content of this Ion int as a Java int value. @return the int value. @throws NullValueException if this.isNullValue() .
()
| 35 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 36 | */ |
| 37 | public int intValue() |
| 38 | throws NullValueException; |
| 39 | |
| 40 | /** |
no outgoing calls