org.jacorb.ir
Class TypedefDef

java.lang.Object
  extended by org.jacorb.ir.IRObject
      extended by org.jacorb.ir.Contained
          extended by org.jacorb.ir.TypedefDef
All Implemented Interfaces:
org.omg.CORBA.IRObjectOperations
Direct Known Subclasses:
AliasDef, EnumDef, StructDef, UnionDef

public abstract class TypedefDef
extends Contained


Field Summary
protected  org.omg.CORBA.TypeCode type
           
 
Fields inherited from class org.jacorb.ir.Contained
absolute_name, containing_repository, defined_in, id, version
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, fileSeparator, myRef, name, orb
 
Constructor Summary
TypedefDef()
           
 
Method Summary
 org.omg.CORBA.TypeCode type()
           
 
Methods inherited from class org.jacorb.ir.Contained
absolute_name, containing_repository, createContained, createContainedReference, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from class org.jacorb.ir.IRObject
def_kind, destroy, getName, getReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected org.omg.CORBA.TypeCode type
Constructor Detail

TypedefDef

public TypedefDef()
Method Detail

type

public org.omg.CORBA.TypeCode type()