-
- All Superinterfaces:
IntSettable,LongSettable,ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
MoneyOutputField
- All Known Implementing Classes:
MoneyRegister
public interface MoneySettable extends LongSettable
ATokenSettableobject containing a money value.- See Also:
TokenTypeConstant#MONEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(float value)Sets the container to the given money value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable
set
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.LongSettable
set
-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-