|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SimpleNumberValue | |
| com.davisor.data | This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases. |
| Uses of SimpleNumberValue in com.davisor.data |
| Subclasses of SimpleNumberValue in com.davisor.data | |
class |
BigDecimalData
BigDecimalData represents arbitrary precision decimal number data. |
class |
BigIntegerData
BigIntegerData represents arbitrary precision integer number data. |
class |
CountData
CountData objects represent non-negative integer values that have a special string representation. |
class |
DoubleData
DoubleData represents double valued number data. |
class |
EnumData
An EnumData object represents enumerated data value. |
class |
FloatData
FloatData represents float valued number data. |
class |
IntegerData
IntegerData represents generic integer valued number data. |
class |
IntegerRangeData
Restricted integer value. |
class |
LongData
LongData represents long valued number data. |
| Constructors in com.davisor.data with parameters of type SimpleNumberValue | |
SimpleNumberValue(SimpleNumberValue snv,
boolean deep)
Deep or shallow copy constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||