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 |
boolean | isImmutable()
Return TRUE if the state type is immutable |
boolean | isReadOnly()
Return TRUE if this state is marked as 'readonly' |
boolean | isRef()
Return TRUE if the state type is a reference |
idlObject | stateType()
Return the state type |
public boolean isImmutable()
Return TRUE if the state type is immutable
public boolean isReadOnly()
Return TRUE if this state is marked as 'readonly'
public boolean isRef()
Return TRUE if the state type is a reference
public idlObject stateType()
Return the state type