Uses of Class
dioscuri.module.ata.ATADriveType

Packages that use ATADriveType
dioscuri.module.ata   
 

Uses of ATADriveType in dioscuri.module.ata
 

Fields in dioscuri.module.ata declared as ATADriveType
protected  ATADriveType ATADrive.driveType
           
 

Methods in dioscuri.module.ata that return ATADriveType
protected  ATADriveType ATADrive.getDriveType()
          Get type of drive
static ATADriveType ATADriveType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ATADriveType[] ATADriveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dioscuri.module.ata with parameters of type ATADriveType
protected  void ATADrive.setDriveType(ATADriveType type)
          Sets type of drive.
 

Constructors in dioscuri.module.ata with parameters of type ATADriveType
ATADrive(ATADriveType theDriveType, ATA parent, boolean enabled)
          Class Constructor with input parameter IDE drive type.
ATADrive(ATADriveType theDriveType, ATA parent, boolean enabled, int cdromCount)