org.omg.CORBA
Interface FixedDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
FixedDef
All Known Implementing Classes:
_FixedDefStub, FixedDef, FixedDefPOA

public interface FixedDefOperations
extends IDLTypeOperations

Generated from IDL interface "FixedDef"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 short digits()
           
 void digits(short arg)
           
 short scale()
           
 void scale(short arg)
           
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

digits

public short digits()

digits

public void digits(short arg)

scale

public short scale()

scale

public void scale(short arg)