Modifier and Type | Method and Description |
---|---|
static TapeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TapeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TapeState NORMAL
public static final TapeState OFFLINE
public static final TapeState ONLINE_PENDING
public static final TapeState ONLINE_IN_PROGRESS
public static final TapeState PENDING_INSPECTION
public static final TapeState UNKNOWN
public static final TapeState DATA_CHECKPOINT_FAILURE
public static final TapeState DATA_CHECKPOINT_FAILURE_DUE_TO_READ_ONLY
public static final TapeState DATA_CHECKPOINT_MISSING
public static final TapeState LTFS_WITH_FOREIGN_DATA
public static final TapeState RAW_IMPORT_PENDING
public static final TapeState RAW_IMPORT_IN_PROGRESS
public static final TapeState FOREIGN
public static final TapeState IMPORT_PENDING
public static final TapeState IMPORT_IN_PROGRESS
public static final TapeState INCOMPATIBLE
public static final TapeState LOST
public static final TapeState BAD
public static final TapeState CANNOT_FORMAT_DUE_TO_WRITE_PROTECTION
public static final TapeState SERIAL_NUMBER_MISMATCH
public static final TapeState BAR_CODE_MISSING
public static final TapeState FORMAT_PENDING
public static final TapeState FORMAT_IN_PROGRESS
public static final TapeState EJECT_TO_EE_IN_PROGRESS
public static final TapeState EJECT_FROM_EE_PENDING
public static final TapeState EJECTED
public static TapeState[] values()
for (TapeState c : TapeState.values()) System.out.println(c);
public static TapeState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null