|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberValue | |
data | Provides interfaces for data management. |
data.filters | Contains catalog and stock filters. |
data.ooimpl | Pure Java implementations of the interfaces in package data . |
Uses of NumberValue in data |
Subclasses of NumberValue in data | |
class |
DoubleValue
A NumberValue that is based on a java.lang.Double object. |
class |
IntegerValue
A value that is based on an Integer object. |
Methods in data that return NumberValue | |
NumberValue |
Currency.parse(String s)
Try to interpret the given String according to the currency format of the specific currency. |
Methods in data with parameters of type NumberValue | |
String |
Currency.toString(NumberValue nv)
Convert the given value into a String representation according to the currency format of the
specific currency. |
Uses of NumberValue in data.filters |
Methods in data.filters that return NumberValue | |
NumberValue |
CurrencyFilter.parse(String s)
Try to parse the given String as a Currency value using the source Currency. |
Methods in data.filters with parameters of type NumberValue | |
String |
CurrencyFilter.toString(NumberValue nv)
Convert the given value to its String representation using the source Currency. |
Uses of NumberValue in data.ooimpl |
Methods in data.ooimpl that return NumberValue | |
NumberValue |
CurrencyImpl.parse(String s)
Try to parse the given String as a currency value in the currency's associated format. |
Methods in data.ooimpl with parameters of type NumberValue | |
String |
CurrencyImpl.toString(NumberValue nv)
Return a String representation of the given NumberValue assuming it is a value given in the smallest unit of this currency. |
|
SalesPoint Framework v3.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |