ContentsIndexHome
PreviousUpNext
ITuple.isReadonly Method

Returns whether the ITuple is read-only. Read-only tuples do not support the close, copy and setTuple methods. 

 

Java
boolean isReadonly();

True if this ITuple is read-only.