org.jacorb.ir
Class FixedDef

java.lang.Object
  extended byorg.jacorb.ir.IRObject
      extended byorg.jacorb.ir.IDLType
          extended byorg.jacorb.ir.FixedDef
All Implemented Interfaces:
FixedDefOperations, IDLTypeOperations, IRObjectOperations

public class FixedDef
extends IDLType
implements FixedDefOperations


Field Summary
 
Fields inherited from class org.jacorb.ir.IDLType
type
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, myRef, name, orb
 
Constructor Summary
FixedDef(TypeCode tc)
           
 
Method Summary
 void define()
           
 void destroy()
           
 short digits()
           
 void digits(short arg)
           
 short scale()
           
 void scale(short arg)
           
 
Methods inherited from class org.jacorb.ir.IDLType
create, create, type
 
Methods inherited from class org.jacorb.ir.IRObject
def_kind, getName, getReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind
 

Constructor Detail

FixedDef

public FixedDef(TypeCode tc)
Method Detail

digits

public short digits()
Specified by:
digits in interface FixedDefOperations

digits

public void digits(short arg)
Specified by:
digits in interface FixedDefOperations

scale

public short scale()
Specified by:
scale in interface FixedDefOperations

scale

public void scale(short arg)
Specified by:
scale in interface FixedDefOperations

define

public void define()
Overrides:
define in class IDLType

destroy

public void destroy()
Specified by:
destroy in interface IRObjectOperations
Overrides:
destroy in class IDLType