Enum Class TapeDriveStatus
- All Implemented Interfaces:
Serializable
,Comparable<TapeDriveStatus>
,Constable
For more information, @see http://manpagesfr.free.fr/man/man4/st.4.html
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TapeDriveStatus
Returns the enum constant of this class with the specified name.static TapeDriveStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOF
-
BOT
-
EOT
Deprecated.EndOfTape status is not properly handled by MTX utility. According to the man page of mtx utility : "In addition, MTX does not handle the end of tape properly."End of tape -
SM
-
EOD
-
WR_PROT
-
ONLINE
-
D_6250
-
D_1600
-
D_800
-
DR_OPEN
-
IM_REP_EN
-
CLN
-
-
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 nameNullPointerException
- if the argument is null
-
getStatus
-