Enum Constant Summary
Enum Constants
Ko on move to end of data according to file count of tape catalog
Previous location should not be a drive, but a slot or mailbox
Current location should not be null
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
TAPE_NOT_FOUND_IN_CATALOG
TAPE_LOCATION_CONFLICT_ON_LOAD
Previous location should not be a drive, but a slot or mailbox
Current location should not be null
TAPE_LOCATION_CONFLICT_ON_UNLOAD
KO_ON_REWIND_FSF_BSF_TAPE
KO_ON_END_OF_TAPE
Tape is full
KO_ON_GOTO_FILE_COUNT
Ko on move to end of data according to file count of tape catalog
KO_UNKNOWN_CURRENT_POSITION
KO_LABEL_DISCORDING_NOT_EMPTY_TAPE
KO_REWIND_BEFORE_FORCE_OVERRIDE_NON_EMPTY_TAPE
KO_TAPE_CURRENT_POSITION_GREATER_THAN_FILE_COUNT
KO_REWIND_BEFORE_UNLOAD_TAPE
KO_ON_DELETE_ARCHIVED_BACKUP
KO_DRIVE_STATUS_KO_AFTER_WRITE_ERROR
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null