public static enum TaskManagementFunctionResponseParser.ResponseCode extends Enum<TaskManagementFunctionResponseParser.ResponseCode>
| Enum Constant and Description |
|---|
FUNCTION_AUTHORIZATION_FAILED
Function authorization failed.
|
FUNCTION_COMPLETE
Function complete.
|
FUNCTION_REJECTED
Function rejected.
|
LUN_DOES_NOT_EXIST
LUN does not exist.
|
TASK_ALLEGIANCE_REASSIGNMENT_NOT_SUPPORTED
Task allegiance reassignment not supported.
|
TASK_DOES_NOT_EXIST
Task does not exist.
|
TASK_MANAGEMENT_FUNCTION_NOT_SUPPORTED
Task management function not supported.
|
TASK_STILL_ALLEGIANT
Task still allegiant.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
value()
Returns the value of this enumeration.
|
static TaskManagementFunctionResponseParser.ResponseCode |
valueOf(byte value)
Returns the constant defined for the given
value. |
static TaskManagementFunctionResponseParser.ResponseCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskManagementFunctionResponseParser.ResponseCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskManagementFunctionResponseParser.ResponseCode FUNCTION_COMPLETE
public static final TaskManagementFunctionResponseParser.ResponseCode TASK_DOES_NOT_EXIST
public static final TaskManagementFunctionResponseParser.ResponseCode LUN_DOES_NOT_EXIST
public static final TaskManagementFunctionResponseParser.ResponseCode TASK_STILL_ALLEGIANT
public static final TaskManagementFunctionResponseParser.ResponseCode TASK_ALLEGIANCE_REASSIGNMENT_NOT_SUPPORTED
public static final TaskManagementFunctionResponseParser.ResponseCode TASK_MANAGEMENT_FUNCTION_NOT_SUPPORTED
public static final TaskManagementFunctionResponseParser.ResponseCode FUNCTION_AUTHORIZATION_FAILED
public static final TaskManagementFunctionResponseParser.ResponseCode FUNCTION_REJECTED
public static TaskManagementFunctionResponseParser.ResponseCode[] values()
for (TaskManagementFunctionResponseParser.ResponseCode c : TaskManagementFunctionResponseParser.ResponseCode.values()) System.out.println(c);
public static TaskManagementFunctionResponseParser.ResponseCode 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 TaskManagementFunctionResponseParser.ResponseCode 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.