- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
DoubleOutputField,DoubleSettable,FloatOutputField,FloatSettable,IntOutputField,LongOutputField,LongSettable,MoneyOutputField,MoneySettable
- All Known Implementing Classes:
DoubleRegister,FloatRegister,IntRegister,LongRegister,MoneyRegister
A
TokenSettable object containing an integer value.- See Also:
-
TokenTypeConstant#INT
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(int value) Sets the container to the given integer 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(int value) Sets the container to the given integer value.- Parameters:
value- integer value to which to set the container
-