com.cesys.cebo.cebomsr
Class DeviceType
java.lang.Object
com.cesys.cebo.cebomsr.DeviceType
public final class DeviceType
- extends java.lang.Object
Values to be used in enumeration.
- Author:
- Thomas Hoppe
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 |
All
public static final DeviceType All
Usb
public static final DeviceType Usb
CeboLC
public static final DeviceType CeboLC
CeboStick
public static final DeviceType CeboStick
getName
public java.lang.String getName()
- Return instance name, "Usb", "All", ...
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object