public interface StringValued extends ScalarValued
TokenValued
object containing a string value.TokenTypeConstant#STRING
Modifier and Type | Method and Description |
---|---|
String |
asString()
Gets the contained string value.
|
getType, isZero
isNull
String asString()
String
.
If null valued, as indicated by TokenValued.isNull()
, the empty
string (""
) is returned.Copyright © 2020 Actian Corporation. All rights reserved.