com.trolltech.qt.core
Class QLocale.FormatType

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

public static final class QLocale.FormatType
extends java.lang.Enum
implements QtEnumerator

See Also:
Serialized Form

Field Summary
static QLocale.FormatType LongFormat
           
static QLocale.FormatType ShortFormat
           
 
Method Summary
static QLocale.FormatType resolve(int value)
          Returns the FormatType 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 QLocale.FormatType valueOf(java.lang.String name)
           
static QLocale.FormatType[] 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

LongFormat

public static final QLocale.FormatType LongFormat

ShortFormat

public static final QLocale.FormatType ShortFormat
Method Detail

values

public static QLocale.FormatType[] values()

valueOf

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