org.openorb.pss.compiler.object
public class PsdlState extends IdlObject implements psdlState
Constructor Summary | |
---|---|
PsdlState(IdlObject father)
Constructor |
Method Summary | |
---|---|
int | idlType() |
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 |
void | readonly(boolean rd)
Set the readonly flag |
boolean | readonly()
Get the readonly flag |
idlObject | stateType()
Return the state type |