public abstract class IRObject extends java.lang.Object implements IRObjectOperations
Modifier and Type | Field and Description |
---|---|
protected DefinitionKind |
def_kind |
protected static char |
fileSeparator |
protected Object |
myRef |
protected java.lang.String |
name |
protected ORB |
orb |
Constructor and Description |
---|
IRObject() |
Modifier and Type | Method and Description |
---|---|
DefinitionKind |
def_kind() |
abstract void |
destroy() |
java.lang.String |
getName() |
Object |
getReference() |
void |
setReference(Object ref) |
protected static final char fileSeparator
protected Object myRef
protected ORB orb
protected DefinitionKind def_kind
protected java.lang.String name
public DefinitionKind def_kind()
def_kind
in interface IRObjectOperations
public java.lang.String getName()
public abstract void destroy()
destroy
in interface IRObjectOperations
public Object getReference()
public void setReference(Object ref)