All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.archive.ArchiveAvailabilityOption

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

public final class ArchiveAvailabilityOption
extends Object
Represents a SEMPER archive availability options

Version:
$Revision: 1.2 $ $Date: 1997/07/18 13:04:56 $
Author:
Ph. MAGLIULO ([email protected])

Variable Index

 o BACKUP
 o NOBACKUP
SEMPER archive availability options

Method Index

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

Variables

 o NOBACKUP
 public static final ArchiveAvailabilityOption NOBACKUP
SEMPER archive availability options

 o BACKUP
 public static final ArchiveAvailabilityOption BACKUP

Methods

 o equals
 public boolean equals(ArchiveAvailabilityOption availability_option)
Equality method

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

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

Throws: ArchiveManException
throwed when Availability Option out of range.

All Packages  Class Hierarchy  This Package  Previous  Next  Index