| Package | Description |
|---|---|
| no.g9.support | |
| no.g9.support.transport |
| Modifier and Type | Method and Description |
|---|---|
static Numeric |
TypeTool.convert(String data,
Numeric field)
Converts a String into a Numeric.
|
Numeric |
Numeric.makeCopy()
Deprecated.
(missing javadoc)
|
static Numeric |
TypeTool.safeCopy(Numeric field)
Used to make sure that a field is safely copied.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Numeric.add(Numeric n)
Add the given
Numeric value to this. |
int |
Numeric.compareTo(Numeric ob)
Compare this to the given
Object, using
BigDecimal.compareTo(). |
static String |
TypeTool.convert(Numeric n)
Converts the specified numeric to it's string representation.
|
static Numeric |
TypeTool.convert(String data,
Numeric field)
Converts a String into a Numeric.
|
static String |
TypeTool.convertIgnore(Numeric n,
boolean ignoreZero)
Converts a numeric to it's string representation.
|
static int |
TypeTool.convertToInt(Numeric arg)
Converts the specified argument to an int.
|
void |
Numeric.divide(Numeric n)
Divide this with the given
Numeric value. |
boolean |
Numeric.equals(Numeric n)
Compare this to the given
Numeric value, using
BigDecimal.equals(). |
static boolean |
TypeTool.hasValue(Numeric n)
Checks if the Numeric field is assigned to a Numeric object.
|
void |
Numeric.multiply(Numeric n)
Multiply the given
Numeric value with this. |
static Numeric |
TypeTool.safeCopy(Numeric field)
Used to make sure that a field is safely copied.
|
void |
Numeric.subtract(Numeric n)
Subtract the given
Numeric value from this. |
| Constructor and Description |
|---|
Numeric(Numeric n)
Deprecated.
(missing javadoc)
|
Numeric(Numeric n,
int scale)
Create a new
Numeric with given value and scale. |
| Modifier and Type | Method and Description |
|---|---|
Numeric |
TransportTypeConversion.BigDecimalToNumeric.convert(BigDecimal source) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
TransportTypeConversion.NumericToBigDecimal.convert(Numeric source) |
Copyright © 2006–2020 Esito AS. All rights reserved.