com.jniwrapper.win32.com.types
Class ComEnumeration

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.DelegatingParameter
          extended by com.jniwrapper.bf
              extended by com.jniwrapper.Int
                  extended by com.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)
           
 
Method Summary
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.bf
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)