|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A FixedDef represents an IDL fixed point type.
Method Summary | |
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. |
Methods inherited from interface org.omg.CORBA.IDLTypeOperations |
type |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
def_kind, destroy |
Method Detail |
public short digits()
public void digits(short value)
public short scale()
public void scale(short value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |