com.jniwrapper.win32.ole.types
Class OleWhichMk

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

public class OleWhichMk
extends ComEnumeration

This enumeration constants indicate which part of an object's moniker is being set or retrieved. These constants are used in the IOleObject and IOleClientSite interfaces.

See Also:
Microsoft COM SDK documentation

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

OLEWHICHMK_CONTAINER

public static final int OLEWHICHMK_CONTAINER
See Also:
Constant Field Values

OLEWHICHMK_OBJREL

public static final int OLEWHICHMK_OBJREL
See Also:
Constant Field Values

OLEWHICHMK_OBJFULL

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

OleWhichMk

public OleWhichMk()

OleWhichMk

public OleWhichMk(long val)

OleWhichMk

public OleWhichMk(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()