public class ITEM_TABLE extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_Items |
static int |
_Length |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
ITEM_TABLE() |
ITEM_TABLE(long data) |
ITEM_TABLE(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
short |
getItems() |
short |
getLength() |
Object[][] |
readItemValues()
Returns the name/value pairs of the item table as a two-entry array of arrays of equal length.
|
void |
setItems(short items) |
void |
setLength(short length) |
String |
toString() |
_checkRefValidity, _getBYTE, _getDHandle, _getDWORD, _getFONTID, _getHTMLAPI_REF_TYPE, _getInt, _getLong, _getNOTEID, _getPointer, _getUSHORT, _getWORD, _setBYTE, _setDHandle, _setDWORD, _setFONTID, _setInt, _setLong, _setNOTEID, _setUSHORT, _setWORD, finalize, free, free, getAllocatedStructCount, getDataPtr, getField, isRefValid, isTraceCreation, setDataPtr, setTraceCreation
public static final int sizeOf
public static final int _Length
public static final int _Items
public ITEM_TABLE()
public ITEM_TABLE(long data)
public ITEM_TABLE(long data, boolean owned)
public short getLength()
public void setLength(short length)
public short getItems()
public void setItems(short items)
public Object[][] readItemValues() throws DominoException
This returns the array structure instead of a Map
because there may be
multiple table entries with the same name and that may be important to retain (e.g. for view entries).
DominoException
- if there is a problem reading the values from memory and converting to Java formatspublic String toString()
toString
in class BaseStruct
Copyright © 2014–2018. All rights reserved.