O
- the type of Java objectpublic interface ObjectValued<O> extends ScalarValued, ObjectTyped<O>
TokenValued
object containing a Java object.TokenTypeConstant#OBJECT(Class)
Modifier and Type | Method and Description |
---|---|
O |
asObject()
Gets the contained Java object.
|
ObjectTokenType<O> |
getType()
Gets the data type of the token.
|
isZero
isNull
ObjectTokenType<O> getType()
TokenValued
getType
in interface ObjectTyped<O>
getType
in interface ScalarTyped
getType
in interface ScalarValued
getType
in interface TokenTyped
getType
in interface TokenValued
O asObject()
TokenValued.isNull()
, null
is returned.Copyright © 2020 Actian Corporation. All rights reserved.