com.trolltech.qt.gui
Class QLCDNumber.Mode

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.gui.QLCDNumber.Mode
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QLCDNumber

public static final class QLCDNumber.Mode
extends java.lang.Enum
implements QtEnumerator

See Also:
Serialized Form

Field Summary
static QLCDNumber.Mode Bin
           
static QLCDNumber.Mode Dec
           
static QLCDNumber.Mode Hex
           
static QLCDNumber.Mode Oct
           
 
Method Summary
static QLCDNumber.Mode resolve(int value)
          Returns the Mode constant with the specified int.
 int value()
          This function should return an integer value for the enum values of the enumeration that implements this interface.
static QLCDNumber.Mode valueOf(java.lang.String name)
           
static QLCDNumber.Mode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Hex

public static final QLCDNumber.Mode Hex

Dec

public static final QLCDNumber.Mode Dec

Oct

public static final QLCDNumber.Mode Oct

Bin

public static final QLCDNumber.Mode Bin
Method Detail

values

public static QLCDNumber.Mode[] values()

valueOf

public static QLCDNumber.Mode valueOf(java.lang.String name)

value

public int value()
This function should return an integer value for the enum values of the enumeration that implements this interface.

Specified by:
value in interface QtEnumerator

resolve

public static QLCDNumber.Mode resolve(int value)
Returns the Mode constant with the specified int.