-
- All Superinterfaces:
ScalarTyped
,ScalarValued
,TokenTyped
,TokenValued
- All Known Subinterfaces:
CharInputField
,CharValuedIterator
- All Known Implementing Classes:
CharRegister
,CharToken
,NullToken
public interface CharValued extends ScalarValued
ATokenValued
object containing a character value.- See Also:
TokenTypeConstant#CHAR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char
asChar()
Gets the contained character value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.ScalarValued
getType, isZero
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenValued
isNull
-
-
-
-
Method Detail
-
asChar
char asChar()
Gets the contained character value.- Returns:
- the contained value as a
char
. If null valued, as indicated byTokenValued.isNull()
,Character.MAX_VALUE
is returned.
-
-