Determines whether this in an Ion null value, e.g. , null or null.string . Note that there are unique null values for each Ion type. @return true if this value is one of the Ion null values.
()
| 211 | * @return <code>true</code> if this value is one of the Ion null values. |
| 212 | */ |
| 213 | public boolean isNullValue(); |
| 214 | |
| 215 | |
| 216 | /** |
no outgoing calls