An Extended result indicates the status of an Extended operation and any additional information associated with the
Extended operation, including the optional response name and value. These can be retrieved using the oid()
and value() methods respectively.
Returns the value, if any, associated with this extended result. Its format is defined by the specification of
this extended result.
Returns:
The value associated with this extended result, or null if there is no value.
hasValue
booleanhasValue()
Returns true if this extended result has a value. In some circumstances it may be useful to determine if
an extended result has a value, without actually calculating the value and incurring any performance costs.
Returns:
true if this extended result has a value, or
false if there is no value.