public class SEARCH_MATCH extends BaseStruct
Modifier and Type | Field and Description |
---|---|
static int |
_ID |
static int |
_NoteClass |
static int |
_OriginatorID |
static int |
_Privileges |
static int |
_SERetFlags |
static int |
_SummaryLength |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
SEARCH_MATCH() |
SEARCH_MATCH(long data) |
SEARCH_MATCH(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
GLOBALINSTANCEID |
getId()
Returns the "ID" field of the struct as a
GLOBALINSTANCEID object. |
short |
getNoteClass() |
OID |
getOriginatorId()
Returns the "OriginatorID" field of the struct as a
OID object. |
byte |
getPrivileges() |
byte |
getSERetFlags() |
short |
getSummaryLength() |
short |
getTUALength()
Returns the TUALength value of the struct.
|
void |
setId(GLOBALINSTANCEID id) |
void |
setNoteClass(short noteClass) |
void |
setOriginatorId(OID oid) |
void |
setPrivileges(byte privileges) |
void |
setSERetFlags(byte seRetFlags) |
void |
setSummaryLength(short summaryLength) |
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 _ID
public static final int _OriginatorID
public static final int _NoteClass
public static final int _SERetFlags
public static final int _Privileges
public static final int _SummaryLength
public SEARCH_MATCH()
public SEARCH_MATCH(long data)
public SEARCH_MATCH(long data, boolean owned)
public GLOBALINSTANCEID getId()
GLOBALINSTANCEID
object. This object is not a
copy of the data; it references the same memory as the surrounding struct.public void setId(GLOBALINSTANCEID id)
public OID getOriginatorId()
OID
object. This object is not a
copy of the data; it references the same memory as the surrounding struct.public void setOriginatorId(OID oid)
public short getNoteClass()
public void setNoteClass(short noteClass)
public byte getSERetFlags()
public void setSERetFlags(byte seRetFlags)
public byte getPrivileges()
public void setPrivileges(byte privileges)
public short getSummaryLength()
public void setSummaryLength(short summaryLength)
public short getTUALength()
This value must be explicitly requested with SEARCH1_RETURN_THREAD_UNID_ARRAY, which appears to be externally undocumented.
public String toString()
toString
in class BaseStruct
Copyright © 2014–2018. All rights reserved.