org.kde.qt
Class QUuid

java.lang.Object
  extended by org.kde.qt.QUuid
All Implemented Interfaces:
QtSupport

public class QUuid
extends java.lang.Object
implements QtSupport


Field Summary
static int DCE
           
static int EmbeddedPOSIX
           
static int Microsoft
           
static int Name
           
static int NCS
           
static int Random
           
static int Reserved
           
static int Time
           
static int VarUnknown
           
static int VerUnknown
           
 
Constructor Summary
  QUuid()
           
protected QUuid(java.lang.Class dummy)
           
  QUuid(int l, short w1, short w2, short b1, short b2, short b3, short b4, short b5, short b6, short b7, short b8)
           
  QUuid(QUuid uuid)
           
  QUuid(java.lang.String arg1)
           
 
Method Summary
static QUuid createUuid()
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isNull()
           
 boolean op_equals(QUuid orig)
           
 boolean op_gt(QUuid other)
           
 boolean op_lt(QUuid other)
           
 boolean op_not_equals(QUuid orig)
           
 java.lang.String toString()
           
 int variant()
           
 int version()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VarUnknown

public static final int VarUnknown
See Also:
Constant Field Values

NCS

public static final int NCS
See Also:
Constant Field Values

DCE

public static final int DCE
See Also:
Constant Field Values

Microsoft

public static final int Microsoft
See Also:
Constant Field Values

Reserved

public static final int Reserved
See Also:
Constant Field Values

VerUnknown

public static final int VerUnknown
See Also:
Constant Field Values

Time

public static final int Time
See Also:
Constant Field Values

EmbeddedPOSIX

public static final int EmbeddedPOSIX
See Also:
Constant Field Values

Name

public static final int Name
See Also:
Constant Field Values

Random

public static final int Random
See Also:
Constant Field Values
Constructor Detail

QUuid

protected QUuid(java.lang.Class dummy)

QUuid

public QUuid()

QUuid

public QUuid(int l,
             short w1,
             short w2,
             short b1,
             short b2,
             short b3,
             short b4,
             short b5,
             short b6,
             short b7,
             short b8)

QUuid

public QUuid(QUuid uuid)

QUuid

public QUuid(java.lang.String arg1)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isNull

public boolean isNull()

op_equals

public boolean op_equals(QUuid orig)

op_not_equals

public boolean op_not_equals(QUuid orig)

op_lt

public boolean op_lt(QUuid other)

op_gt

public boolean op_gt(QUuid other)

variant

public int variant()

version

public int version()

createUuid

public static QUuid createUuid()

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?