com.jniwrapper.win32.ole.types
Class UserClassType

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.ole.types.UserClassType
All Implemented Interfaces:
IntegerParameter

public class UserClassType
extends ComEnumeration

The UserClassType corresponds to USERCLASSTYPE native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int USERCLASSTYPE_APPNAME
           
static int USERCLASSTYPE_FULL
           
static int USERCLASSTYPE_SHORT
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
UserClassType()
           
UserClassType(IntegerParameter t)
           
UserClassType(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

USERCLASSTYPE_FULL

public static final int USERCLASSTYPE_FULL
See Also:
Constant Field Values

USERCLASSTYPE_SHORT

public static final int USERCLASSTYPE_SHORT
See Also:
Constant Field Values

USERCLASSTYPE_APPNAME

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

UserClassType

public UserClassType()

UserClassType

public UserClassType(long val)

UserClassType

public UserClassType(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()