org.openorb.pss.compiler.reflect
Interface psdlAbstractStorageHome

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

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

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

Author:
Jerome Daniel

Method Summary
 psdlAbstractStorageHome definition()
          Returns the real definition if this type is forwarded
 psdlAbstractStorageHome[] inheritance()
          This operation returns all abstract storage home inheritances
 boolean isForwarded()
          Returns true if this type is a forwarded declaration
 psdlAbstractStorageType managed()
          Return the managed abstract storage type
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

inheritance

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


managed

psdlAbstractStorageType managed()
Return the managed abstract storage type


isForwarded

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


definition

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