public static enum TaskManagementFunctionRequestParser.FunctionCode extends Enum<TaskManagementFunctionRequestParser.FunctionCode>
| Enum Constant and Description |
|---|
ABORT_TASK
Aborts the task identified by the Referenced Task Tag field.
|
ABORT_TASK_SET
Aborts all Tasks issued via this session on the logical unit.
|
CLEAR_ACA
Clears the Auto Contingent Allegiance condition.
|
UNSET
This is an artificial funcition code, which only used to indicate a
not set function code.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
value()
Returns the value of this enumeration.
|
static TaskManagementFunctionRequestParser.FunctionCode |
valueOf(byte value)
Returns the constant defined for the given
value. |
static TaskManagementFunctionRequestParser.FunctionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManagementFunctionRequestParser.FunctionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskManagementFunctionRequestParser.FunctionCode UNSET
public static final TaskManagementFunctionRequestParser.FunctionCode ABORT_TASK
public static final TaskManagementFunctionRequestParser.FunctionCode ABORT_TASK_SET
public static final TaskManagementFunctionRequestParser.FunctionCode CLEAR_ACA
public static TaskManagementFunctionRequestParser.FunctionCode[] values()
for (TaskManagementFunctionRequestParser.FunctionCode c : TaskManagementFunctionRequestParser.FunctionCode.values()) System.out.println(c);
public static TaskManagementFunctionRequestParser.FunctionCode 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 nullpublic final byte value()
public static final TaskManagementFunctionRequestParser.FunctionCode valueOf(byte value)
value.value - The value to search for.value. Or null, if this value
is not defined by this
enumeration.Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.