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