org.openorb.pss.compiler.object

Class PsdlCatalog

public class PsdlCatalog extends IdlObject implements psdlCatalog

This class manages a PSDL catalog

Author: Jerome Daniel

Constructor Summary
PsdlCatalog(IdlObject father)
Constructor
Method Summary
voidaddInheritance(IdlObject inh)
Add an inheritance
PsdlCatalog[]inheritance()
Return inheritance
psdlCatalog[]inheritances()
IdlObjectreturnInheritedObject(String name)
This method returns an inherited object

Constructor Detail

PsdlCatalog

public PsdlCatalog(IdlObject father)
Constructor

Method Detail

addInheritance

public void addInheritance(IdlObject inh)
Add an inheritance

inheritance

public PsdlCatalog[] inheritance()
Return inheritance

inheritances

public psdlCatalog[] inheritances()

returnInheritedObject

public IdlObject returnInheritedObject(String name)
This method returns an inherited object