- All Superinterfaces:
ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
StringInputField,StringValuedIterator
- All Known Implementing Classes:
NullToken,StringRegister,StringToken
A
TokenValued object containing a string value.- See Also:
-
TokenTypeConstant#STRING
-
Method Summary
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZeroMethods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
Method Details
-
asString
String asString()Gets the contained string value.- Returns:
- the contained value as a
String. If null valued, as indicated byTokenValued.isNull(), the empty string ("") is returned.
-