org.jacorb.ir
Class IRObject
java.lang.Object
org.jacorb.ir.IRObject
- All Implemented Interfaces:
- IRObjectOperations
- Direct Known Subclasses:
- Contained, Container, IDLType, PrimitiveDef, RepositoryImpl
- public abstract class IRObject
- extends java.lang.Object
- implements IRObjectOperations
Base class for Interface Repository Objects
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myRef
protected Object myRef
orb
protected ORB orb
def_kind
protected DefinitionKind def_kind
name
protected java.lang.String name
IRObject
public IRObject()
def_kind
public DefinitionKind def_kind()
- Specified by:
def_kind
in interface IRObjectOperations
getName
public java.lang.String getName()
destroy
public abstract void destroy()
- Specified by:
destroy
in interface IRObjectOperations
getReference
public Object getReference()
setReference
public void setReference(Object ref)