Package | Description |
---|---|
biz.onixs.sbe | |
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
ScaledDecimal |
IFieldSet.createNullDecimal(int tag,
ScaledDecimal ref)
Create null value for the given field.
|
ScaledDecimal |
IFieldSet.getDecimal(int tag)
Gets field value by tag.
|
ScaledDecimal |
IFieldSet.getDecimal(int tag,
ScaledDecimal ref)
Gets field value by tag.
|
static ScaledDecimal |
Convert.toDecimal(byte value)
Converts byte to ScaledDecimal.
|
static ScaledDecimal |
Convert.toDecimal(int value)
Converts int to ScaledDecimal.
|
static ScaledDecimal |
Convert.toDecimal(long value)
Converts long to ScaledDecimal.
|
static ScaledDecimal |
Convert.toDecimal(ScaledDecimal value)
Converts ScaledDecimal to ScaledDecimal.
|
static ScaledDecimal |
Convert.toDecimal(short value)
Converts short to ScaledDecimal.
|
Modifier and Type | Method and Description |
---|---|
ScaledDecimal |
IFieldSet.createNullDecimal(int tag,
ScaledDecimal ref)
Create null value for the given field.
|
ScaledDecimal |
IFieldSet.getDecimal(int tag,
ScaledDecimal ref)
Gets field value by tag.
|
boolean |
IFieldSet.isNullDecimal(int tag,
ScaledDecimal value)
Checks if the value represents null for the field with the given tag.
|
void |
IFieldSet.setDecimal(int tag,
ScaledDecimal value)
Sets field value by tag.
|
static ScaledDecimal |
Convert.toDecimal(ScaledDecimal value)
Converts ScaledDecimal to ScaledDecimal.
|
static String |
Convert.toString(ScaledDecimal value)
Converts ScaledDecimal to String.
|
boolean |
IFieldSet.tryGetDecimal(int tag,
ScaledDecimal ref)
Gets decimal field value by tag.
|
Modifier and Type | Method and Description |
---|---|
int |
ScaledDecimal.compareTo(ScaledDecimal o)
Compares to the provided object.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.