com.jniwrapper.win32.ole.types
Class OleVerbAttrib

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.OleVerbAttrib
All Implemented Interfaces:
IntegerParameter

public class OleVerbAttrib
extends ComEnumeration

This enumeration defines IDs used in OleVerb structure and corresponds to OLEVERBATTRIB native enumeration.

See Also:
Microsoft COM SDK documentation

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

OLEVERBATTRIB_NEVERDIRTIES

public static final int OLEVERBATTRIB_NEVERDIRTIES
See Also:
Constant Field Values

OLEVERBATTRIB_ONCONTAINERMENU

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

OleVerbAttrib

public OleVerbAttrib()

OleVerbAttrib

public OleVerbAttrib(long val)

OleVerbAttrib

public OleVerbAttrib(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()