-
- All Superinterfaces:
ScalarTyped,ScalarValued,TokenTyped,TokenValued
- All Known Subinterfaces:
CharInputField,CharValuedIterator
- All Known Implementing Classes:
CharRegister,CharToken,NullToken
public interface CharValued extends ScalarValued
ATokenValuedobject containing a character value.- See Also:
TokenTypeConstant#CHAR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description charasChar()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_VALUEis returned.
-
-