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