net.sourceforge.neurosdbm.db
Class NeurosDevice

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.NeurosDevice

public class NeurosDevice
extends java.lang.Object


Field Summary
private static java.lang.String[] description
           
private static char[] driveLetters
           
static int NEUROS_FLASH
           
static int NEUROS_HARDDRIVE
           
private  int thisDevice
           
 
Constructor Summary
NeurosDevice(int device)
           
 
Method Summary
 java.lang.String getDescription()
           
static java.lang.String[] getDescriptions()
           
 int getDevice()
           
 char getDriveLetter()
           
 void setDevice(int device)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEUROS_HARDDRIVE

public static final int NEUROS_HARDDRIVE
See Also:
Constant Field Values

NEUROS_FLASH

public static final int NEUROS_FLASH
See Also:
Constant Field Values

thisDevice

private int thisDevice

driveLetters

private static final char[] driveLetters

description

private static final java.lang.String[] description
Constructor Detail

NeurosDevice

public NeurosDevice(int device)
Method Detail

setDevice

public void setDevice(int device)

getDevice

public int getDevice()

getDriveLetter

public char getDriveLetter()

getDescription

public java.lang.String getDescription()

getDescriptions

public static java.lang.String[] getDescriptions()


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.