com.jniwrapper.win32.automation.types
Class ImplTypeFlags

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.automation.types.ImplTypeFlags
All Implemented Interfaces:
IntegerParameter

public class ImplTypeFlags
extends ComEnumeration

The ImplTypeFlags class corresponds to IMPLTYPEFLAG native constants.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int IMPLTYPEFLAG_FDEFAULT
           
static int IMPLTYPEFLAG_FDEFAULTVTABLE
           
static int IMPLTYPEFLAG_FRESTRICTED
           
static int IMPLTYPEFLAG_FSOURCE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
ImplTypeFlags()
           
ImplTypeFlags(IntegerParameter t)
           
ImplTypeFlags(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

IMPLTYPEFLAG_FDEFAULT

public static final int IMPLTYPEFLAG_FDEFAULT
See Also:
Constant Field Values

IMPLTYPEFLAG_FSOURCE

public static final int IMPLTYPEFLAG_FSOURCE
See Also:
Constant Field Values

IMPLTYPEFLAG_FRESTRICTED

public static final int IMPLTYPEFLAG_FRESTRICTED
See Also:
Constant Field Values

IMPLTYPEFLAG_FDEFAULTVTABLE

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

ImplTypeFlags

public ImplTypeFlags()

ImplTypeFlags

public ImplTypeFlags(long val)

ImplTypeFlags

public ImplTypeFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()