public enum HeaderType extends Enum<HeaderType>
ModeParameterList should use.| Enum Constant and Description |
|---|
MODE_PARAMETER_HEADER_10
Header format required by responses to a
MODE
SENSE (10) SCSI command. |
MODE_PARAMETER_HEADER_6
Header format required by responses to a
MODE
SENSE (6) SCSI command. |
| Modifier and Type | Method and Description |
|---|---|
static HeaderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderType MODE_PARAMETER_HEADER_6
MODE
SENSE (6) SCSI command.ModeParameterHeader6public static final HeaderType MODE_PARAMETER_HEADER_10
MODE
SENSE (10) SCSI command.ModeParameterHeader10public static HeaderType[] values()
for (HeaderType c : HeaderType.values()) System.out.println(c);
public static HeaderType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.