-
- All Superinterfaces:
ScalarSettable
,ScalarTyped
,TokenSettable
,TokenTyped
- All Known Subinterfaces:
StringOutputField
- All Known Implementing Classes:
StringRegister
public interface StringSettable extends ScalarSettable
ATokenSettable
object containing a string value.- See Also:
TokenTypeConstant#STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(String value)
Sets the container to the given string value.-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-
-
-
Method Detail
-
set
void set(String value)
Sets the container to the given string value.- Parameters:
value
- string value to which to set the container
-
-