com.jniwrapper.win32.ole.types
Class UserClassType
java.lang.Object
  
com.jniwrapper.Parameter
      
com.jniwrapper.DelegatingParameter
          
com.jniwrapper.ay
              
com.jniwrapper.Int
                  
com.jniwrapper.win32.com.types.ComEnumeration
                      
com.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
 
 
 
 
| 
Method Summary | 
 java.lang.Object | 
clone()
 
            | 
 
 
| 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 | 
 
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
 
UserClassType
public UserClassType()
UserClassType
public UserClassType(long val)
UserClassType
public UserClassType(IntegerParameter t)
clone
public java.lang.Object clone()