public class CDFIELD extends BaseCDStruct<WSIG> implements CDFieldStruct
CDFIELD
struct in memory. However, due to the way
these structs are usually stored, the variable data is pre-loaded using the
#fromPointer(DominoAPI, long)
method and not referenced live in memory.
(editods.h)
Modifier and Type | Field and Description |
---|---|
static int |
_DataType |
static int |
_DescLength |
static int |
_DVLength |
static int |
_Flags |
static int |
_FontID |
static int |
_Header |
static int |
_ITLength |
static int |
_IVLength |
static int |
_ListDelim |
static int |
_NameLength |
static int |
_NumberFormat |
static int |
_TabOrder |
static int |
_TextValueLength |
static int |
_TimeFormat |
static int |
sizeOf |
data, owned
Constructor and Description |
---|
CDFIELD() |
CDFIELD(long data) |
CDFIELD(long data,
boolean owned) |
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, toString
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
free
public static final int sizeOf
public static final int _Header
public static final int _Flags
public static final int _DataType
public static final int _ListDelim
public static final int _NumberFormat
public static final int _TimeFormat
public static final int _FontID
public static final int _DVLength
public static final int _ITLength
public static final int _TabOrder
public static final int _IVLength
public static final int _NameLength
public static final int _DescLength
public static final int _TextValueLength
public CDFIELD()
public CDFIELD(long data)
public CDFIELD(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 getFlagsRaw()
public void setFlagsRaw(short flags)
public short getDataTypeRaw()
public void setDataTypeRaw(short dataType)
public short getListDelimRaw()
public void setListDelimRaw(short listDelim)
public short getDVLength()
public short getITLength()
public short getTabOrder()
public short getIVLength()
public short getNameLength()
public short getDescLength()
public short getTextValueLength()
public void setFlags(Collection<FieldFlag> flags)
public ValueType getDataType()
public LDDELIM getListDisplayDelim()
public String getName()
public byte[] getDefaultValueFormulaRaw()
public NSFFormula getDefaultValueFormula() throws DominoException
DominoException
public String getDescription()
public byte[] getInputTranslationFormulaRaw()
public NSFFormula getInputTranslationFormula() throws DominoException
DominoException
public byte[] getInputValidationFormulaRaw()
public NSFFormula getInputValidationFormula() throws DominoException
DominoException
public String[] getValues()
public byte[] getValuesFormulaRaw()
public NSFFormula getValuesFormula() throws DominoException
DominoException
Copyright © 2014–2018. All rights reserved.