com.jniwrapper.win32.com.types
Class RegCls

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.com.types.RegCls
All Implemented Interfaces:
IntegerParameter

public class RegCls
extends ComEnumeration

Class RegCls represents REGCLS enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int REGCLS_MULTI_SEPARATE
           
static int REGCLS_MULTIPLEUSE
           
static int REGCLS_SINGLEUSE
           
static int REGCLS_SURROGATE
           
static int REGCLS_SUSPENDED
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
RegCls()
           
RegCls(IntegerParameter t)
           
RegCls(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

REGCLS_SINGLEUSE

public static final int REGCLS_SINGLEUSE
See Also:
Constant Field Values

REGCLS_MULTIPLEUSE

public static final int REGCLS_MULTIPLEUSE
See Also:
Constant Field Values

REGCLS_MULTI_SEPARATE

public static final int REGCLS_MULTI_SEPARATE
See Also:
Constant Field Values

REGCLS_SUSPENDED

public static final int REGCLS_SUSPENDED
See Also:
Constant Field Values

REGCLS_SURROGATE

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

RegCls

public RegCls()

RegCls

public RegCls(long val)

RegCls

public RegCls(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()