- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
CharOutputField
- All Known Implementing Classes:
CharRegister
A
TokenSettable object containing a character value.- See Also:
-
TokenTypeConstant#CHAR
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(char value) Sets the container to the given character value.Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getTypeMethods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
Method Details
-
set
void set(char value) Sets the container to the given character value.- Parameters:
value- character value to which to set the container
-