| java.lang.Object org.jicarilla.lang.AbstractReadonlyEnabled
Field Summary | |
protected boolean | m_readOnly The readonly flag. |
Method Summary | |
protected void | checkReadOnly() Throw an IllegalStateException if makeReadOnly() has been called. | protected boolean | isReadOnly() Determine whether makeReadOnly() has been called. | public void | makeReadOnly() Sets the readonly flag to true . |
m_readOnly | protected boolean m_readOnly(Code) | | The readonly flag.
|
checkReadOnly | protected void checkReadOnly()(Code) | | Throw an IllegalStateException if makeReadOnly() has been called.
|
isReadOnly | protected boolean isReadOnly()(Code) | | Determine whether makeReadOnly() has been called.
true if it has been called, false otherwise |
makeReadOnly | public void makeReadOnly()(Code) | | Sets the readonly flag to true .
|
|
|