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])
-
ENCRYPTED
-
-
NOPASSWORD
- SEMPER archive security options.
-
PASSWORD
-
-
equals(ArchiveSecurityOption)
- Equality method
-
get(int)
- Returns an ArchiveSecurityOption associated to the given int
Not usable outside of the semper.archive package
-
toInt()
- Returns the int value of this security option constant
Not usable outside of the semper.archive package
NOPASSWORD
public static final ArchiveSecurityOption NOPASSWORD
- SEMPER archive security options.
PASSWORD
public static final ArchiveSecurityOption PASSWORD
ENCRYPTED
public static final ArchiveSecurityOption ENCRYPTED
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
toInt
protected int toInt()
- Returns the int value of this security option constant
Not usable outside of the semper.archive package
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