-
- 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
public interface LongSettable extends IntSettable
ATokenSettableobject containing a long value.- See Also:
TokenTypeConstant#LONG
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(long value)Sets the container to the given long value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable
set
-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-