|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class represents attributes for an object.
| Method Summary | |
long |
getObjAttribute()
Get all the object attributes. |
boolean |
hasCantCompress()
Test to see if object attributes include the Cant Compress attribute. |
boolean |
hasCopyInhibit()
Test to see if object attributes include the Copy Inhibit attribute. |
boolean |
hasDeleteInhibit()
Test to see if object attributes include the Delete Inhibit attribute. |
boolean |
hasDontCompress()
Test to see if object attributes include the Dont Compress attribute. |
boolean |
hasDontMigrate()
Test to see if object attributes include the Dont Migrate attribute. |
boolean |
hasDontSuballoc()
Test to see if object attributes include the Don't Suballoc attribute. |
boolean |
hasExecuteOnly()
Test to see if object attributes include the Execute Only attribute. |
boolean |
hasFileCompressed()
Test to see if object attributes include the File Compressed attribute. |
boolean |
hasFileMigrated()
Test to see if object attributes include the File Migrated attribute. |
boolean |
hasHidden()
Test to see if object attributes include the Hidden attribute. |
boolean |
hasImmediateCompress()
Test to see if object attributes include the Immediate Compress attribute. |
boolean |
hasImmediatePurge()
Test to see if object attributes include the Immediate Purge attribute. |
boolean |
hasIndexed()
Test to see if object attributes include the Indexed attribute. |
boolean |
hasNeedsArchived()
Test to see if object attributes include the Needs Archived attribute. |
boolean |
hasNormal()
Test to see if object attributes include the Normal attribute. |
boolean |
hasReadAudit()
Test to see if object attributes include the Read Audit attribute. |
boolean |
hasReadOnly()
Test to see if object attributes include the Read Only attribute. |
boolean |
hasRenameInhibit()
Test to see if object attributes include the Rename Inhibit attribute. |
boolean |
hasShareable()
Test to see if object attributes include the Shareable attribute. |
boolean |
hasSystem()
Test to see if object attributes include the System attribute. |
boolean |
hasTransactional()
Test to see if object attributes include the Transactional attribute. |
boolean |
hasWriteAudit()
Test to see if object attributes include the Write Audit attribute. |
boolean |
isDirectory()
Test to see if object attributes include the Directory attribute. |
boolean |
isEqual(long newAttr)
Test to see if the attributes are equal to the object attributes. |
long |
merge(long newAttr)
Merge the new attribute value with the current one. |
void |
setCantCompress(boolean flag)
|
void |
setCopyInhibit(boolean flag)
|
void |
setDeleteInhibit(boolean flag)
|
void |
setDirectory(boolean flag)
|
void |
setDontCompress(boolean flag)
|
void |
setDontMigrate(boolean flag)
|
void |
setDontSuballoc(boolean flag)
|
void |
setExecuteOnly(boolean flag)
|
void |
setFileCompressed(boolean flag)
|
void |
setFileMigrated(boolean flag)
|
void |
setHidden(boolean flag)
|
void |
setImmediateCompress(boolean flag)
|
void |
setImmediatePurge(boolean flag)
|
void |
setIndexed(boolean flag)
|
void |
setNeedsArchived(boolean flag)
|
void |
setNormal(boolean flag)
|
void |
setReadAudit(boolean flag)
|
void |
setReadOnly(boolean flag)
|
void |
setRenameInhibit(boolean flag)
|
void |
setShareable(boolean flag)
|
void |
setSystem(boolean flag)
|
void |
setTransactional(boolean flag)
|
void |
setWriteAudit(boolean flag)
|
| Method Detail |
public long getObjAttribute()
public boolean isEqual(long newAttr)
public long merge(long newAttr)
public boolean hasDeleteInhibit()
public boolean hasCantCompress()
public boolean hasCopyInhibit()
public boolean isDirectory()
public boolean hasDontCompress()
public boolean hasDontMigrate()
public boolean hasExecuteOnly()
public boolean hasFileCompressed()
public boolean hasFileMigrated()
public boolean hasHidden()
public boolean hasImmediateCompress()
public boolean hasImmediatePurge()
public boolean hasIndexed()
public boolean hasNeedsArchived()
public boolean hasNormal()
public boolean hasReadAudit()
public boolean hasReadOnly()
public boolean hasRenameInhibit()
public boolean hasShareable()
public boolean hasSystem()
public boolean hasTransactional()
public boolean hasWriteAudit()
public boolean hasDontSuballoc()
public void setDeleteInhibit(boolean flag)
flag - Set or clear the Delete Inhibit object attribute based on the flag value
of true(set) or false(clear)public void setCantCompress(boolean flag)
flag - Set or clear the Cant Compress object attribute based on the flag value
of true(set) or false(clear)public void setCopyInhibit(boolean flag)
flag - Set or clear the Copy Inhibit object attribute based on the flag value
of true(set) or false(clear)public void setDirectory(boolean flag)
flag - Set or clear the Directory object attribute based on the flag value
of true(set) or false(clear)public void setDontCompress(boolean flag)
flag - Set or clear the Dont Compress object attribute based on the flag value
of true(set) or false(clear)public void setDontMigrate(boolean flag)
flag - Set or clear the Dont Migrate object attribute based on the flag value
of true(set) or false(clear)public void setExecuteOnly(boolean flag)
flag - Set or clear the Execute Only object attribute based on the flag value
of true(set) or false(clear)public void setFileCompressed(boolean flag)
flag - Set or clear the File Compressed object attribute based on the flag value
of true(set) or false(clear)public void setFileMigrated(boolean flag)
flag - Set or clear the File Migrated object attribute based on the flag value
of true(set) or false(clear)public void setHidden(boolean flag)
flag - Set or clear the Hidden object attribute based on the flag value
of true(set) or false(clear)public void setImmediateCompress(boolean flag)
flag - Set or clear the Immediate Compress object attribute based on the flag value
of true(set) or false(clear)public void setImmediatePurge(boolean flag)
flag - Set or clear the Immediate Purge object attribute based on the flag value
of true(set) or false(clear)public void setIndexed(boolean flag)
flag - Set or clear the Indexed object attribute based on the flag value
of true(set) or false(clear)public void setNeedsArchived(boolean flag)
flag - Set or clear the Needs Archived object attribute based on the flag value
of true(set) or false(clear)public void setNormal(boolean flag)
flag - Set or clear the Normal object attribute based on the flag value
of true(set) or false(clear)public void setReadAudit(boolean flag)
flag - Set or clear the Read Audit object attribute based on the flag value
of true(set) or false(clear)public void setReadOnly(boolean flag)
flag - Set or clear the Read Only object attribute based on the flag value
of true(set) or false(clear)public void setRenameInhibit(boolean flag)
flag - Set or clear the Rename Inhibit object attribute based on the flag value
of true(set) or false(clear)public void setShareable(boolean flag)
flag - Set or clear the Shareable object attribute based on the flag value
of true(set) or false(clear)public void setSystem(boolean flag)
flag - Set or clear the System object attribute based on the flag value
of true(set) or false(clear)public void setTransactional(boolean flag)
flag - Set or clear the Transactional object attribute based on the flag value
of true(set) or false(clear)public void setWriteAudit(boolean flag)
flag - Set or clear the Write Audit object attribute based on the flag value
of true(set) or false(clear)public void setDontSuballoc(boolean flag)
flag - Set or clear the Don't Suballoc object attribute based on the flag value
of true(set) or false(clear)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||