Package com.sun.jna.platform.win32
Class OaIdl.TYPEKIND
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.platform.win32.OaIdl.TYPEKIND
 
 
- 
- Direct Known Subclasses:
- OaIdl.TYPEKIND.ByReference
 - Enclosing interface:
- OaIdl
 
 @FieldOrder("value") public static class OaIdl.TYPEKIND extends Structure 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOaIdl.TYPEKIND.ByReference- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intTKIND_ALIASstatic intTKIND_COCLASSstatic intTKIND_DISPATCHstatic intTKIND_ENUMstatic intTKIND_INTERFACEstatic intTKIND_MAXstatic intTKIND_MODULEstatic intTKIND_RECORDstatic intTKIND_UNIONintvalue- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Method Summary- 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
 
- 
 
- 
- 
- 
Field Detail- 
valuepublic int value 
 - 
TKIND_ENUMpublic static final int TKIND_ENUM - See Also:
- Constant Field Values
 
 - 
TKIND_RECORDpublic static final int TKIND_RECORD - See Also:
- Constant Field Values
 
 - 
TKIND_MODULEpublic static final int TKIND_MODULE - See Also:
- Constant Field Values
 
 - 
TKIND_INTERFACEpublic static final int TKIND_INTERFACE - See Also:
- Constant Field Values
 
 - 
TKIND_DISPATCHpublic static final int TKIND_DISPATCH - See Also:
- Constant Field Values
 
 - 
TKIND_COCLASSpublic static final int TKIND_COCLASS - See Also:
- Constant Field Values
 
 - 
TKIND_ALIASpublic static final int TKIND_ALIAS - See Also:
- Constant Field Values
 
 - 
TKIND_UNIONpublic static final int TKIND_UNION - See Also:
- Constant Field Values
 
 - 
TKIND_MAXpublic static final int TKIND_MAX - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TYPEKINDpublic TYPEKIND() 
 - 
TYPEKINDpublic TYPEKIND(int value) 
 - 
TYPEKINDpublic TYPEKIND(Pointer pointer) 
 
- 
 
-