VisiBroker for Java

org.omg.CORBA
Interface FixedDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
FixedDef

public interface FixedDefOperations
extends IDLTypeOperations

This interface is used to represent a fixed data type definition that is stored in the Interface Repository.


Method Summary
 short digits()
          the number of digits in the fixed type.
 void digits(short arg0)
          the number of digits in the fixed type.
 short scale()
          The number of digits to the right of the decimal point in the fixed type
 void scale(short arg0)
          The number of digits to the right of the decimal point in the fixed type
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

scale

short scale()
The number of digits to the right of the decimal point in the fixed type


scale

void scale(short arg0)
The number of digits to the right of the decimal point in the fixed type


digits

short digits()
the number of digits in the fixed type.


digits

void digits(short arg0)
the number of digits in the fixed type.


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online