com.trolltech.qt.core
Class QSocketNotifier.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.core.QSocketNotifier.Type
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QSocketNotifier

public static final class QSocketNotifier.Type
extends java.lang.Enum
implements QtEnumerator

See Also:
Serialized Form

Field Summary
static QSocketNotifier.Type Exception
           
static QSocketNotifier.Type Read
           
static QSocketNotifier.Type Write
           
 
Method Summary
static QSocketNotifier.Type resolve(int value)
          Returns the Type 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 QSocketNotifier.Type valueOf(java.lang.String name)
           
static QSocketNotifier.Type[] 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

Read

public static final QSocketNotifier.Type Read

Write

public static final QSocketNotifier.Type Write

Exception

public static final QSocketNotifier.Type Exception
Method Detail

values

public static QSocketNotifier.Type[] values()

valueOf

public static QSocketNotifier.Type 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 QSocketNotifier.Type resolve(int value)
Returns the Type constant with the specified int.