public interface FixedDefOperations extends IDLTypeOperations
| Modifier and Type | Method and Description |
|---|---|
short |
digits()
The digits attribute specifies the total number of decimal
digits in the number, and must be from 1 to 31, inclusive.
|
void |
digits(short value)
The digits attribute specifies the total number of decimal
digits in the number, and must be from 1 to 31, inclusive.
|
short |
scale()
The scale attribute specifies the position of the decimal
point.
|
void |
scale(short value)
The scale attribute specifies the position of the decimal
point.
|
typedef_kind, destroyshort digits()
void digits(short value)
short scale()
void scale(short value)