- All Superinterfaces:
IntSettable,ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
DoubleOutputField,DoubleSettable,FloatOutputField,FloatSettable,LongOutputField,MoneyOutputField,MoneySettable
- All Known Implementing Classes:
DoubleRegister,FloatRegister,LongRegister,MoneyRegister
A
TokenSettable object containing a long value.- See Also:
-
TokenTypeConstant#LONG
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(long value) Sets the container to the given long value.Methods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable
setMethods 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(long value) Sets the container to the given long value.- Parameters:
value- long value to which to set the container
-