com.trolltech.qt.network
Class QNetworkRequest.Attribute

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.network.QNetworkRequest.Attribute
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing class:
QNetworkRequest

public static final class QNetworkRequest.Attribute
extends java.lang.Enum
implements QtEnumerator

See Also:
Serialized Form

Field Summary
static QNetworkRequest.Attribute CacheLoadControlAttribute
           
static QNetworkRequest.Attribute CacheSaveControlAttribute
           
static QNetworkRequest.Attribute ConnectionEncryptedAttribute
           
static QNetworkRequest.Attribute CustomEnum
           
static QNetworkRequest.Attribute HttpReasonPhraseAttribute
           
static QNetworkRequest.Attribute HttpStatusCodeAttribute
           
static QNetworkRequest.Attribute RedirectionTargetAttribute
           
static QNetworkRequest.Attribute User
           
static QNetworkRequest.Attribute UserMax
           
 
Method Summary
static QNetworkRequest.Attribute resolve(int value)
          Returns the Attribute 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 QNetworkRequest.Attribute valueOf(java.lang.String name)
           
static QNetworkRequest.Attribute[] 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

HttpStatusCodeAttribute

public static final QNetworkRequest.Attribute HttpStatusCodeAttribute

HttpReasonPhraseAttribute

public static final QNetworkRequest.Attribute HttpReasonPhraseAttribute

RedirectionTargetAttribute

public static final QNetworkRequest.Attribute RedirectionTargetAttribute

ConnectionEncryptedAttribute

public static final QNetworkRequest.Attribute ConnectionEncryptedAttribute

CacheLoadControlAttribute

public static final QNetworkRequest.Attribute CacheLoadControlAttribute

CacheSaveControlAttribute

public static final QNetworkRequest.Attribute CacheSaveControlAttribute

User

public static final QNetworkRequest.Attribute User

UserMax

public static final QNetworkRequest.Attribute UserMax

CustomEnum

public static final QNetworkRequest.Attribute CustomEnum
Method Detail

values

public static QNetworkRequest.Attribute[] values()

valueOf

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