org.jacorb.ir

Class IRObject

public abstract class IRObject extends Object implements IRObjectOperations

Base class for Interface Repository Objects

Version: $Id: IRObject.java,v 1.9 2006/06/15 16:43:14 alphonse.bendt Exp $

Author: Gerald Brose

Field Summary
protected DefinitionKinddef_kind
protected static charfileSeparator
protected ObjectmyRef
protected Stringname
protected ORBorb
Method Summary
DefinitionKinddef_kind()
abstract voiddestroy()
StringgetName()
ObjectgetReference()
voidsetReference(Object ref)

Field Detail

def_kind

protected DefinitionKind def_kind

fileSeparator

protected static final char fileSeparator

myRef

protected Object myRef

name

protected String name

orb

protected ORB orb

Method Detail

def_kind

public DefinitionKind def_kind()

destroy

public abstract void destroy()

getName

public String getName()

getReference

public Object getReference()

setReference

public void setReference(Object ref)