Gets the content of this Ion int as a Java long value. @return the long value. @throws NullValueException if this.isNullValue() .
()
| 45 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 46 | */ |
| 47 | public long longValue() |
| 48 | throws NullValueException; |
| 49 | |
| 50 |
no outgoing calls