All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.archive.ArchiveSecurityOption

java.lang.Object
   |
   +----semper.archive.ArchiveSecurityOption

public final class ArchiveSecurityOption
extends Object
Represents the SEMPER archive security options.

Version:
$Revision: 1.1 $ $Date: 1997/07/10 12:52:51 $
Author:
Ph. MAGLIULO ([email protected])

Variable Index

 o ENCRYPTED
 o NOPASSWORD
SEMPER archive security options.
 o PASSWORD

Method Index

 o equals(ArchiveSecurityOption)
Equality method
 o get(int)
Returns an ArchiveSecurityOption associated to the given int
Not usable outside of the semper.archive package
 o toInt()
Returns the int value of this security option constant
Not usable outside of the semper.archive package

Variables

 o NOPASSWORD
 public static final ArchiveSecurityOption NOPASSWORD
SEMPER archive security options.

 o PASSWORD
 public static final ArchiveSecurityOption PASSWORD
 o ENCRYPTED
 public static final ArchiveSecurityOption ENCRYPTED

Methods

 o equals
 public boolean equals(ArchiveSecurityOption security_option)
Equality method

Parameters:
security_option - the security option to be compared to this security option
Returns:
true if this security option equals the given security option
 o toInt
 protected int toInt()
Returns the int value of this security option constant
Not usable outside of the semper.archive package

 o get
 protected ArchiveSecurityOption get(int aSECURITY) throws ArchiveManException
Returns an ArchiveSecurityOption associated to the given int
Not usable outside of the semper.archive package

Throws: ArchiveManException
throwed when Security Option out of range.

All Packages  Class Hierarchy  This Package  Previous  Next  Index