org.openorb.pss.compiler.reflect

Interface psdlStore

public interface psdlStore extends idlObject

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

Author: Jerome Daniel

Method Summary
idlObjectas()
This operation returns 'as' clause value for this store directive
idlObjectscope()
this operation returns the scope value
psdlStatestate()
This operation returns the associated state

Method Detail

as

public idlObject as()
This operation returns 'as' clause value for this store directive

scope

public idlObject scope()
this operation returns the scope value

state

public psdlState state()
This operation returns the associated state