public interface CDActionFormula extends RichTextRecord<WSIG>
Modifier and Type | Interface and Description |
---|---|
static class |
CDActionFormula.Flag |
Modifier and Type | Method and Description |
---|---|
default String |
getAction() |
Set<CDActionFormula.Flag> |
getFlags() |
int |
getFormulaLength() |
WSIG |
getHeader() |
CDActionFormula |
setFlags(Collection<CDActionFormula.Flag> flags) |
CDActionFormula |
setFormulaLength(int len) |
default CDActionFormula |
setScript(String script) |
getCDRecordLength, getData, getDataWithoutHeader, getPayloadLength, getRecordHeaderLength, getType, getTypeValue
getVariableData, resize, resizeVariableData
WSIG getHeader()
getHeader
in interface RichTextRecord<WSIG>
Set<CDActionFormula.Flag> getFlags()
CDActionFormula setFlags(Collection<CDActionFormula.Flag> flags)
int getFormulaLength()
CDActionFormula setFormulaLength(int len)
default String getAction()
default CDActionFormula setScript(String script)
Copyright © 2019–2021 HCL. All rights reserved.