public class CDHOTSPOTBEGIN extends BaseCDStruct<WSIG>
Modifier and Type | Field and Description |
---|---|
static int |
_DataLength |
static int |
_Flags |
static int |
_Header |
static int |
_Type |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
CDHOTSPOTBEGIN() |
CDHOTSPOTBEGIN(long data) |
CDHOTSPOTBEGIN(long data,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
protected void |
_readODSVariableData(DominoAPI api,
long dataPtr) |
short |
getDataLength() |
String |
getFileInternalName()
Applicable only when type is HOTSPOTREC_TYPE_FILE
|
String |
getFileOriginalName()
Applicable only when type is HOTSPOTREC_TYPE_FILE
|
Set<HOTSPOTREC_RUNFLAG> |
getFlags() |
int |
getFlagsRaw() |
WSIG |
getHeader() |
ODSType |
getODSType() |
String |
getSubformName()
Applicable only when type is HOTSPOTREC_TYPE_SUBFORM
|
HOTSPOTREC_TYPE |
getType() |
short |
getTypeRaw() |
void |
setDataLength(short dataLength) |
void |
setFileInternalName(String fileInternalName)
Sets the internal file name stored in this Java object.
|
void |
setFileOriginalName(String fileOriginalName)
Sets the original file name stored in this Java object.
|
void |
setFlagsRaw(int flags) |
void |
setHeader(WSIG signature) |
void |
setType(HOTSPOTREC_TYPE type) |
void |
setTypeRaw(short type) |
String |
toString() |
readODSVariableData
_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 _Header
public static final int _Type
public static final int _Flags
public static final int _DataLength
public CDHOTSPOTBEGIN()
public CDHOTSPOTBEGIN(long data)
public CDHOTSPOTBEGIN(long data, boolean owned)
public ODSType getODSType()
getODSType
in class BaseODSStruct
protected void _readODSVariableData(DominoAPI api, long dataPtr)
_readODSVariableData
in class BaseODSStruct
public WSIG getHeader()
getHeader
in class BaseCDStruct<WSIG>
public void setHeader(WSIG signature)
setHeader
in class BaseCDStruct<WSIG>
public short getTypeRaw()
public void setTypeRaw(short type)
public int getFlagsRaw()
public void setFlagsRaw(int flags)
public short getDataLength()
public void setDataLength(short dataLength)
public String getFileInternalName()
public void setFileInternalName(String fileInternalName)
This is not stored in C-side memory, as CDHOTSPOTBEGIN
structs must be read with ODSReadMemory
and are no longer adjacent to
their name strings.
fileInternalName
- the new file namepublic String getFileOriginalName()
public void setFileOriginalName(String fileOriginalName)
This is not stored in C-side memory, as CDHOTSPOTBEGIN
structs must be read with ODSReadMemory
and are no longer adjacent to
their name strings.
fileInternalName
- the new file namepublic String getSubformName()
public HOTSPOTREC_TYPE getType()
public void setType(HOTSPOTREC_TYPE type)
public Set<HOTSPOTREC_RUNFLAG> getFlags()
public String toString()
toString
in class BaseStruct
Copyright © 2014–2018. All rights reserved.