jxl.read.biff
Class ProtectRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.ProtectRecord

class ProtectRecord
extends RecordData

A record detailing whether the sheet is protected


Field Summary
private  boolean prot
          Protected flag
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
(package private) ProtectRecord(Record t)
          Constructs this object from the raw data
 
Method Summary
(package private)  boolean isProtected()
          Returns the protected flag
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

prot

private boolean prot
Protected flag
Constructor Detail

ProtectRecord

ProtectRecord(Record t)
Constructs this object from the raw data
Parameters:
t - the raw data
Method Detail

isProtected

boolean isProtected()
Returns the protected flag
Returns:
TRUE if this is protected, FALSE otherwise