org.jacorb.ir
Class TypedefDef

java.lang.Object
  extended byorg.jacorb.ir.IRObject
      extended byorg.jacorb.ir.Contained
          extended byorg.jacorb.ir.TypedefDef
All Implemented Interfaces:
ContainedOperations, IDLTypeOperations, IRObjectOperations, TypedefDefOperations
Direct Known Subclasses:
AliasDef, EnumDef, StructDef, UnionDef

public abstract class TypedefDef
extends Contained
implements TypedefDefOperations


Field Summary
protected  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, myRef, name, orb
 
Constructor Summary
TypedefDef()
           
 
Method Summary
 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
 
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Field Detail

type

protected TypeCode type
Constructor Detail

TypedefDef

public TypedefDef()
Method Detail

type

public TypeCode type()
Specified by:
type in interface IDLTypeOperations