com.jniwrapper.win32.ole.types
Class OleGetMoniker

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

public class OleGetMoniker
extends ComEnumeration

This enumeration defines IDs for dwAssign parameter passed to methods IOleObject::GetMoniker, IOleClientSite::GetMoniker and corresponds to OLEGETMONIKER native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int OLEGETMONIKER_FORCEASSIGN
           
static int OLEGETMONIKER_ONLYIFTHERE
           
static int OLEGETMONIKER_TEMPFORUSER
           
static int OLEGETMONIKER_UNASSIGN
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleGetMoniker()
           
OleGetMoniker(IntegerParameter t)
           
OleGetMoniker(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

OLEGETMONIKER_ONLYIFTHERE

public static final int OLEGETMONIKER_ONLYIFTHERE
See Also:
Constant Field Values

OLEGETMONIKER_FORCEASSIGN

public static final int OLEGETMONIKER_FORCEASSIGN
See Also:
Constant Field Values

OLEGETMONIKER_UNASSIGN

public static final int OLEGETMONIKER_UNASSIGN
See Also:
Constant Field Values

OLEGETMONIKER_TEMPFORUSER

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

OleGetMoniker

public OleGetMoniker()

OleGetMoniker

public OleGetMoniker(long val)

OleGetMoniker

public OleGetMoniker(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()