org.jacorb.ir
Class FixedDef

java.lang.Object
  extended by org.jacorb.ir.IRObject
      extended by org.jacorb.ir.IDLType
          extended by org.jacorb.ir.FixedDef
All Implemented Interfaces:
org.omg.CORBA.IDLTypeOperations, org.omg.CORBA.IRObjectOperations

public class FixedDef
extends IDLType


Field Summary
 
Fields inherited from class org.jacorb.ir.IDLType
type
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, fileSeparator, myRef, name, orb
 
Constructor Summary
FixedDef(org.omg.CORBA.TypeCode tc)
           
 
Method Summary
 void define()
          second phase of loading IRObjects, define any unresolved links
 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.IRObjectOperations
def_kind
 

Constructor Detail

FixedDef

public FixedDef(org.omg.CORBA.TypeCode tc)
Method Detail

digits

public short digits()

digits

public void digits(short arg)

scale

public short scale()

scale

public void scale(short arg)

define

public void define()
Description copied from class: IRObject
second phase of loading IRObjects, define any unresolved links

Overrides:
define in class IDLType

destroy

public void destroy()
Specified by:
destroy in interface org.omg.CORBA.IRObjectOperations
Overrides:
destroy in class IDLType