org.jacorb.ir
Class PrimitiveDef

java.lang.Object
  extended by org.jacorb.ir.IRObject
      extended by org.jacorb.ir.PrimitiveDef
All Implemented Interfaces:
org.omg.CORBA.IRObjectOperations

public final class PrimitiveDef
extends IRObject


Field Summary
protected  org.omg.CORBA.PrimitiveKind kind
           
protected  org.omg.CORBA.TypeCode type
           
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, fileSeparator, myRef, name, orb
 
Constructor Summary
PrimitiveDef(int _kind)
           
PrimitiveDef(org.omg.CORBA.TypeCode tc)
           
 
Method Summary
 void destroy()
           
 org.omg.CORBA.PrimitiveKind kind()
           
 org.omg.CORBA.TypeCode 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
 

Field Detail

kind

protected org.omg.CORBA.PrimitiveKind kind

type

protected org.omg.CORBA.TypeCode type
Constructor Detail

PrimitiveDef

public PrimitiveDef(org.omg.CORBA.TypeCode tc)

PrimitiveDef

public PrimitiveDef(int _kind)
Method Detail

type

public org.omg.CORBA.TypeCode type()

kind

public org.omg.CORBA.PrimitiveKind kind()

destroy

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