com.jniwrapper.win32.automation.types
Class VarFlags

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

public class VarFlags
extends ComEnumeration

The VarFlags class corresponds to VARFLAGS native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int VARFLAG_FBINDABLE
           
static int VARFLAG_FDEFAULTBIND
           
static int VARFLAG_FDEFAULTCOLLELEM
           
static int VARFLAG_FDISPLAYBIND
           
static int VARFLAG_FHIDDEN
           
static int VARFLAG_FIMMEDIATEBIND
           
static int VARFLAG_FNONBROWSABLE
           
static int VARFLAG_FREADONLY
           
static int VARFLAG_FREPLACEABLE
           
static int VARFLAG_FREQUESTEDIT
           
static int VARFLAG_FRESTRICTED
           
static int VARFLAG_FSOURCE
           
static int VARFLAG_FUIDEFAULT
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
VarFlags()
           
VarFlags(IntegerParameter t)
           
VarFlags(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

VARFLAG_FREADONLY

public static final int VARFLAG_FREADONLY
See Also:
Constant Field Values

VARFLAG_FSOURCE

public static final int VARFLAG_FSOURCE
See Also:
Constant Field Values

VARFLAG_FBINDABLE

public static final int VARFLAG_FBINDABLE
See Also:
Constant Field Values

VARFLAG_FREQUESTEDIT

public static final int VARFLAG_FREQUESTEDIT
See Also:
Constant Field Values

VARFLAG_FDISPLAYBIND

public static final int VARFLAG_FDISPLAYBIND
See Also:
Constant Field Values

VARFLAG_FDEFAULTBIND

public static final int VARFLAG_FDEFAULTBIND
See Also:
Constant Field Values

VARFLAG_FHIDDEN

public static final int VARFLAG_FHIDDEN
See Also:
Constant Field Values

VARFLAG_FRESTRICTED

public static final int VARFLAG_FRESTRICTED
See Also:
Constant Field Values

VARFLAG_FDEFAULTCOLLELEM

public static final int VARFLAG_FDEFAULTCOLLELEM
See Also:
Constant Field Values

VARFLAG_FUIDEFAULT

public static final int VARFLAG_FUIDEFAULT
See Also:
Constant Field Values

VARFLAG_FNONBROWSABLE

public static final int VARFLAG_FNONBROWSABLE
See Also:
Constant Field Values

VARFLAG_FREPLACEABLE

public static final int VARFLAG_FREPLACEABLE
See Also:
Constant Field Values

VARFLAG_FIMMEDIATEBIND

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

VarFlags

public VarFlags()

VarFlags

public VarFlags(long val)

VarFlags

public VarFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()