com.jniwrapper.win32.automation.types
Class MemberID

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.ad
          extended bycom.jniwrapper.Int32
              extended bycom.jniwrapper.win32.automation.types.DispID
                  extended bycom.jniwrapper.win32.automation.types.MemberID
All Implemented Interfaces:
IntegerParameter

public class MemberID
extends DispID

This type is synonym for DISPID type and corresponds to MEMBERID native type.

See Also:
Microsoft Automation SDK documentation

Field Summary
static MemberID MEMBERID_NIL
           
 
Fields inherited from class com.jniwrapper.win32.automation.types.DispID
DISPID_EVALUATE, DISPID_NEWENUM, DISPID_PROPERTYPUT, DISPID_UNKNOWN, DISPID_VALUE
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
MemberID()
           
MemberID(int value)
           
MemberID(IntegerParameter value)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.Int32
getLength, getValue, read, setValue, write
 
Methods inherited from class com.jniwrapper.ad
equals, getDebugInfo, hashCode, toLong, toString
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MEMBERID_NIL

public static final MemberID MEMBERID_NIL
Constructor Detail

MemberID

public MemberID()

MemberID

public MemberID(int value)

MemberID

public MemberID(IntegerParameter value)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class DispID