nl.kbna.dioscuri.module.ata
Class AscType

java.lang.Object
  extended by nl.kbna.dioscuri.module.ata.AscType

public class AscType
extends java.lang.Object

Enumeration class for Asc Type.


Field Summary
static AscType[] asc
           
static AscType ILLEGAL_OPCODE
           
static AscType INV_FIELD_IN_CMD_PACKET
           
static AscType LOGICAL_BLOCK_OOR
           
static AscType MEDIUM_NOT_PRESENT
           
static AscType NOT_SET
           
static AscType SAVING_PARAMETERS_NOT_SUPPORTED
           
private  int value
           
 
Constructor Summary
private AscType(int theValue)
           
 
Method Summary
 int getValue()
          get the value associated with the enum entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private int value

NOT_SET

public static final AscType NOT_SET

ILLEGAL_OPCODE

public static final AscType ILLEGAL_OPCODE

LOGICAL_BLOCK_OOR

public static final AscType LOGICAL_BLOCK_OOR

INV_FIELD_IN_CMD_PACKET

public static final AscType INV_FIELD_IN_CMD_PACKET

SAVING_PARAMETERS_NOT_SUPPORTED

public static final AscType SAVING_PARAMETERS_NOT_SUPPORTED

MEDIUM_NOT_PRESENT

public static final AscType MEDIUM_NOT_PRESENT

asc

public static final AscType[] asc
Constructor Detail

AscType

private AscType(int theValue)
Method Detail

getValue

public int getValue()
get the value associated with the enum entry

Returns:
the value