|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.FlagSet
com.jniwrapper.win32.automation.types.SafeArray.SafeArrayAttributes
Field Summary | |
static int |
AUTO
An array that is allocated on the stack. |
static int |
BSTR
An array of BSTRs. |
static int |
DISPATCH
An array of IDispatch. |
static int |
EMBEDDED
An array that is embedded in a structure. |
static int |
FIXEDSIZE
An array that may not be resized or reallocated. |
static int |
HAVEIID
An array that has an IID identifying interface. |
static int |
HAVEVARTYPE
An array that has a VT type. |
static int |
RECORD
An array containing records. |
static int |
RESERVED
Bits reserved for future use. |
static int |
STATIC
An array that is statically allocated. |
static int |
UNKNOWN
An array of IUnknown. |
static int |
VARIANT
An array of VARIANTs. |
Constructor Summary | |
SafeArray.SafeArrayAttributes()
|
|
SafeArray.SafeArrayAttributes(long flags)
|
Method Summary | |
boolean |
isSizable()
|
Methods inherited from class com.jniwrapper.util.FlagSet |
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int AUTO
public static final int STATIC
public static final int EMBEDDED
public static final int FIXEDSIZE
public static final int RECORD
public static final int HAVEIID
public static final int HAVEVARTYPE
public static final int BSTR
public static final int UNKNOWN
public static final int DISPATCH
public static final int VARIANT
public static final int RESERVED
Constructor Detail |
public SafeArray.SafeArrayAttributes()
public SafeArray.SafeArrayAttributes(long flags)
Method Detail |
public boolean isSizable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |