org.openorb.pss.compiler.reflect

Interface psdlState

public interface psdlState extends idlObject

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

Author: Jerome Daniel

Method Summary
booleanisImmutable()
Return TRUE if the state type is immutable
booleanisReadOnly()
Return TRUE if this state is marked as 'readonly'
booleanisRef()
Return TRUE if the state type is a reference
idlObjectstateType()
Return the state type

Method Detail

isImmutable

public boolean isImmutable()
Return TRUE if the state type is immutable

isReadOnly

public boolean isReadOnly()
Return TRUE if this state is marked as 'readonly'

isRef

public boolean isRef()
Return TRUE if the state type is a reference

stateType

public idlObject stateType()
Return the state type