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