org.openorb.pss.compiler.reflect
Interface psdlStorageType

All Superinterfaces:
org.openorb.compiler.idl.reflect.idlObject
All Known Implementing Classes:
PsdlStorageType

public interface psdlStorageType
extends org.openorb.compiler.idl.reflect.idlObject

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

Author:
Jerome Daniel

Method Summary
 boolean forwarded()
          Return true if this object reflects a forwarded declaration
 psdlStorageType implementation()
          Returns the real implementation of this storage type ( only available if this current declaration is forwarded )
 psdlAbstractStorageType[] implemented()
          Return the implementation list
 psdlStorageType inheritance()
          Return the inheritance
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

inheritance

psdlStorageType inheritance()
Return the inheritance


implemented

psdlAbstractStorageType[] implemented()
Return the implementation list


forwarded

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


implementation

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