Uses of Class
com.pervasive.datarush.tokens.scalar.MoneyToken
-
Packages that use MoneyToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of MoneyToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as MoneyToken Modifier and Type Field Description static MoneyToken
MoneyToken. NULL
A null valuedMoneyToken
static MoneyToken
MoneyToken. ZERO
A zero valuedMoneyToken
Methods in com.pervasive.datarush.tokens.scalar that return MoneyToken Modifier and Type Method Description static MoneyToken
MoneyToken. parse(String value)
Converts a string representation of a money value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type MoneyToken Modifier and Type Method Description int
MoneyToken. compareTo(MoneyToken that)
-