com.jniwrapper.win32.ole.types
Class BindFlags

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

public class BindFlags
extends ComEnumeration

This enumeration contains IDs that used to control moniker binding operations and corresponds to BIND_FLAGS native enumeration.

See Also:
Microsoft COM SDK documentation

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

BIND_MAYBOTHERUSER

public static final int BIND_MAYBOTHERUSER
See Also:
Constant Field Values

BIND_JUSTTESTEXISTENCE

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

BindFlags

public BindFlags()

BindFlags

public BindFlags(long val)

BindFlags

public BindFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()