com.cesys.cebo.cebomsr
Class DeviceType

java.lang.Object
  extended by com.cesys.cebo.cebomsr.DeviceType

public final class DeviceType
extends java.lang.Object

Values to be used in enumeration.

Author:
Thomas Hoppe

Field Summary
static DeviceType All
           
static DeviceType CeboLC
           
static DeviceType CeboStick
           
static DeviceType Usb
           
 
Method Summary
 java.lang.String getName()
          Return instance name, "Usb", "All", ...
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

All

public static final DeviceType All

Usb

public static final DeviceType Usb

CeboLC

public static final DeviceType CeboLC

CeboStick

public static final DeviceType CeboStick
Method Detail

getName

public java.lang.String getName()
Return instance name, "Usb", "All", ...


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object