com.jniwrapper.win32.automation.types
Class FuncFlags

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

public class FuncFlags
extends ComEnumeration

The FuncFlags class corresponds to FUNCFLAGS native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int FUNCFLAG_FBINDABLE
           
static int FUNCFLAG_FDEFAULTBIND
           
static int FUNCFLAG_FDEFAULTCOLLELEM
           
static int FUNCFLAG_FDISPLAYBIND
           
static int FUNCFLAG_FHIDDEN
           
static int FUNCFLAG_FIMMEDIATEBIND
           
static int FUNCFLAG_FNONBROWSABLE
           
static int FUNCFLAG_FREPLACEABLE
           
static int FUNCFLAG_FREQUESTEDIT
           
static int FUNCFLAG_FRESTRICTED
           
static int FUNCFLAG_FSOURCE
           
static int FUNCFLAG_FUIDEFAULT
           
static int FUNCFLAG_FUSESGETLASTERROR
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
FuncFlags()
           
FuncFlags(IntegerParameter t)
           
FuncFlags(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

FUNCFLAG_FRESTRICTED

public static final int FUNCFLAG_FRESTRICTED
See Also:
Constant Field Values

FUNCFLAG_FSOURCE

public static final int FUNCFLAG_FSOURCE
See Also:
Constant Field Values

FUNCFLAG_FBINDABLE

public static final int FUNCFLAG_FBINDABLE
See Also:
Constant Field Values

FUNCFLAG_FREQUESTEDIT

public static final int FUNCFLAG_FREQUESTEDIT
See Also:
Constant Field Values

FUNCFLAG_FDISPLAYBIND

public static final int FUNCFLAG_FDISPLAYBIND
See Also:
Constant Field Values

FUNCFLAG_FDEFAULTBIND

public static final int FUNCFLAG_FDEFAULTBIND
See Also:
Constant Field Values

FUNCFLAG_FHIDDEN

public static final int FUNCFLAG_FHIDDEN
See Also:
Constant Field Values

FUNCFLAG_FUSESGETLASTERROR

public static final int FUNCFLAG_FUSESGETLASTERROR
See Also:
Constant Field Values

FUNCFLAG_FDEFAULTCOLLELEM

public static final int FUNCFLAG_FDEFAULTCOLLELEM
See Also:
Constant Field Values

FUNCFLAG_FUIDEFAULT

public static final int FUNCFLAG_FUIDEFAULT
See Also:
Constant Field Values

FUNCFLAG_FNONBROWSABLE

public static final int FUNCFLAG_FNONBROWSABLE
See Also:
Constant Field Values

FUNCFLAG_FREPLACEABLE

public static final int FUNCFLAG_FREPLACEABLE
See Also:
Constant Field Values

FUNCFLAG_FIMMEDIATEBIND

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

FuncFlags

public FuncFlags()

FuncFlags

public FuncFlags(long val)

FuncFlags

public FuncFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()