org.openorb.pss.compiler.reflect

Interface psdlAbstractStorageHome

public interface psdlAbstractStorageHome extends idlObject

This interface is implemented by the PSDL object that represents an abstract PSDL Storage Home.

Author: Jerome Daniel

Method Summary
psdlAbstractStorageHomedefinition()
Returns the real definition if this type is forwarded
psdlAbstractStorageHome[]inheritance()
This operation returns all abstract storage home inheritances
booleanisForwarded()
Returns true if this type is a forwarded declaration
psdlAbstractStorageTypemanaged()
Return the managed abstract storage type

Method Detail

definition

public psdlAbstractStorageHome definition()
Returns the real definition if this type is forwarded

inheritance

public psdlAbstractStorageHome[] inheritance()
This operation returns all abstract storage home inheritances

isForwarded

public boolean isForwarded()
Returns true if this type is a forwarded declaration

managed

public psdlAbstractStorageType managed()
Return the managed abstract storage type