com.jniwrapper.win32.com.types
Class ComEnumeration

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
All Implemented Interfaces:
IntegerParameter
Direct Known Subclasses:
AdviceFlags, BindFlags, CallConv, ClsCtx, ContextMenuTarget, DataDir, DescKind, DocHostUIDblClk, DocHostUIFlag, DocMisc, DropEffect, DvAspect, FuncFlags, FuncKind, ImplTypeFlags, InvokeKind, KeyModifiers, LockType, MshCtx, MshlFlags, OleClose, OleCmdExecOpt, OleCmdFlags, OleCmdID, OleCmdTextFlags, OleContf, OleCreate, OleGetMoniker, OleLinkBind, OleMisc, OleRender, OleUIPasteFlag, OleUpdate, OleVerbAttrib, OleVerbs, OleWhichMk, RegCls, RegKind, RotFlags, StatFlag, StgCommit, StgFmt, StgMode, StgTy, StreamSeek, SysKind, TyMed, TypeFlags, TypeKind, UserClassType, VarFlags, VarKind, XFormCoords

public abstract class ComEnumeration
extends Int

The abstract base for COM enumerations. A COM enumeration can define either separate items or flags that can be combined using bitwise operations.


Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
ComEnumeration()
           
ComEnumeration(IntegerParameter t)
           
ComEnumeration(long val)
           
 
Methods inherited from class com.jniwrapper.Int
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
 

Constructor Detail

ComEnumeration

public ComEnumeration()

ComEnumeration

public ComEnumeration(long val)

ComEnumeration

public ComEnumeration(IntegerParameter t)