- All Superinterfaces:
ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
CharInputField,CharValuedIterator
- All Known Implementing Classes:
CharRegister,CharToken,NullToken
A
TokenValued object containing a character value.- See Also:
-
TokenTypeConstant#CHAR
-
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
-
asChar
char asChar()Gets the contained character value.- Returns:
- the contained value as a
char. If null valued, as indicated byTokenValued.isNull(),Character.MAX_VALUEis returned.
-