org.openorb.pss.compiler.reflect

Interface psdlStorageType

public interface psdlStorageType extends idlObject

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

Author: Jerome Daniel

Method Summary
booleanforwarded()
Return true if this object reflects a forwarded declaration
psdlStorageTypeimplementation()
Returns the real implementation of this storage type ( only available if this current declaration is forwarded )
psdlAbstractStorageType[]implemented()
Return the implementation list
psdlStorageTypeinheritance()
Return the inheritance

Method Detail

forwarded

public boolean forwarded()
Return true if this object reflects a forwarded declaration

implementation

public psdlStorageType implementation()
Returns the real implementation of this storage type ( only available if this current declaration is forwarded )

implemented

public psdlAbstractStorageType[] implemented()
Return the implementation list

inheritance

public psdlStorageType inheritance()
Return the inheritance