Uses of Interface
com.pervasive.datarush.tokens.scalar.MoneySettable
-
Packages that use MoneySettable Package Description com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of MoneySettable in com.pervasive.datarush.ports.physical
Subinterfaces of MoneySettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
MoneyOutputField
A money valued field of a record output port. -
Uses of MoneySettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return MoneySettable Modifier and Type Method Description MoneySettable
MoneyTokenList. getTokenSetter(int index)
MoneySettable
MutableMoneyTokenSequence. getTokenSetter(int index)
MoneySettable
SparseMoneyTokenList. getTokenSetter(int index)
-
Uses of MoneySettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement MoneySettable Modifier and Type Class Description class
MoneyRegister
A mutableMoneyValued
object.
-