com.jniwrapper.win32.automation.types
Class TypeFlags

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
                      extended by com.jniwrapper.win32.automation.types.TypeFlags
All Implemented Interfaces:
IntegerParameter

public class TypeFlags
extends ComEnumeration

The TypeFlags class corresponds to TYPEFLAGS native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int TYPEFLAG_FAGGREGATABLE
           
static int TYPEFLAG_FAPPOBJECT
           
static int TYPEFLAG_FCANCREATE
           
static int TYPEFLAG_FCONTROL
           
static int TYPEFLAG_FDISPATCHABLE
           
static int TYPEFLAG_FDUAL
           
static int TYPEFLAG_FHIDDEN
           
static int TYPEFLAG_FLICENSED
           
static int TYPEFLAG_FNONEXTENSIBLE
           
static int TYPEFLAG_FOLEAUTOMATION
           
static int TYPEFLAG_FPREDECLID
           
static int TYPEFLAG_FPROXY
           
static int TYPEFLAG_FREPLACEABLE
           
static int TYPEFLAG_FRESTRICTED
           
static int TYPEFLAG_FREVERSEBIND
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
TypeFlags()
           
TypeFlags(IntegerParameter t)
           
TypeFlags(long val)
           
 
Method Summary
 java.lang.Object 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
 

Field Detail

TYPEFLAG_FAPPOBJECT

public static final int TYPEFLAG_FAPPOBJECT
See Also:
Constant Field Values

TYPEFLAG_FCANCREATE

public static final int TYPEFLAG_FCANCREATE
See Also:
Constant Field Values

TYPEFLAG_FLICENSED

public static final int TYPEFLAG_FLICENSED
See Also:
Constant Field Values

TYPEFLAG_FPREDECLID

public static final int TYPEFLAG_FPREDECLID
See Also:
Constant Field Values

TYPEFLAG_FHIDDEN

public static final int TYPEFLAG_FHIDDEN
See Also:
Constant Field Values

TYPEFLAG_FCONTROL

public static final int TYPEFLAG_FCONTROL
See Also:
Constant Field Values

TYPEFLAG_FDUAL

public static final int TYPEFLAG_FDUAL
See Also:
Constant Field Values

TYPEFLAG_FNONEXTENSIBLE

public static final int TYPEFLAG_FNONEXTENSIBLE
See Also:
Constant Field Values

TYPEFLAG_FOLEAUTOMATION

public static final int TYPEFLAG_FOLEAUTOMATION
See Also:
Constant Field Values

TYPEFLAG_FRESTRICTED

public static final int TYPEFLAG_FRESTRICTED
See Also:
Constant Field Values

TYPEFLAG_FAGGREGATABLE

public static final int TYPEFLAG_FAGGREGATABLE
See Also:
Constant Field Values

TYPEFLAG_FREPLACEABLE

public static final int TYPEFLAG_FREPLACEABLE
See Also:
Constant Field Values

TYPEFLAG_FDISPATCHABLE

public static final int TYPEFLAG_FDISPATCHABLE
See Also:
Constant Field Values

TYPEFLAG_FREVERSEBIND

public static final int TYPEFLAG_FREVERSEBIND
See Also:
Constant Field Values

TYPEFLAG_FPROXY

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

TypeFlags

public TypeFlags()

TypeFlags

public TypeFlags(long val)

TypeFlags

public TypeFlags(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Int