Uses of Interface
org.omg.CORBA.FixedDef

Packages that use FixedDef
org.jacorb.ir   
org.omg.CORBA   
 

Uses of FixedDef in org.jacorb.ir
 

Methods in org.jacorb.ir that return FixedDef
 FixedDef RepositoryImpl.create_fixed(short digits, short scale)
          not supported
 

Uses of FixedDef in org.omg.CORBA
 

Classes in org.omg.CORBA that implement FixedDef
 class _FixedDefStub
          Generated from IDL interface "FixedDef"
 

Fields in org.omg.CORBA declared as FixedDef
 FixedDef FixedDefHolder.value
           
 

Methods in org.omg.CORBA that return FixedDef
 FixedDef _RepositoryStub.create_fixed(short digits, short scale)
           
 FixedDef RepositoryPOATie.create_fixed(short digits, short scale)
           
 FixedDef RepositoryOperations.create_fixed(short digits, short scale)
           
 FixedDef FixedDefPOATie._this()
           
 FixedDef FixedDefPOATie._this(ORB orb)
           
 FixedDef FixedDefPOA._this()
           
 FixedDef FixedDefPOA._this(ORB orb)
           
static FixedDef FixedDefHelper.extract(Any any)
           
static FixedDef FixedDefHelper.read(InputStream in)
           
static FixedDef FixedDefHelper.narrow(java.lang.Object obj)
           
static FixedDef FixedDefHelper.narrow(Object obj)
           
static FixedDef FixedDefHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type FixedDef
static void FixedDefHelper.insert(Any any, FixedDef s)
           
static void FixedDefHelper.write(OutputStream _out, FixedDef s)
           
 

Constructors in org.omg.CORBA with parameters of type FixedDef
FixedDefHolder(FixedDef initial)