org.openorb.pss.compiler.reflect
Interface psdlStore

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

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

This interface is implemented by the PSDL object that represents a store directive.

Author:
Jerome Daniel

Method Summary
 org.openorb.compiler.idl.reflect.idlObject as()
          This operation returns 'as' clause value for this store directive
 org.openorb.compiler.idl.reflect.idlObject scope()
          this operation returns the scope value
 psdlState state()
          This operation returns the associated state
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

state

psdlState state()
This operation returns the associated state


as

org.openorb.compiler.idl.reflect.idlObject as()
This operation returns 'as' clause value for this store directive


scope

org.openorb.compiler.idl.reflect.idlObject scope()
this operation returns the scope value