public interface CDActionModifyField extends RichTextRecord<WSIG>
Modifier and Type | Interface and Description |
---|---|
static class |
CDActionModifyField.Flag |
Modifier and Type | Method and Description |
---|---|
default String |
getFieldName() |
int |
getFieldNameLength() |
Set<CDActionModifyField.Flag> |
getFlags() |
WSIG |
getHeader() |
default String |
getValue() |
int |
getValueLength() |
default CDActionModifyField |
setFieldName(String fieldName) |
CDActionModifyField |
setFieldNameLength(int len) |
CDActionModifyField |
setFlags(Collection<CDActionModifyField.Flag> flags) |
default CDActionModifyField |
setValue(String value) |
CDActionModifyField |
setValueLength(int len) |
getCDRecordLength, getData, getDataWithoutHeader, getPayloadLength, getRecordHeaderLength, getType, getTypeValue
getVariableData, resize, resizeVariableData
WSIG getHeader()
getHeader
in interface RichTextRecord<WSIG>
Set<CDActionModifyField.Flag> getFlags()
CDActionModifyField setFlags(Collection<CDActionModifyField.Flag> flags)
int getFieldNameLength()
CDActionModifyField setFieldNameLength(int len)
int getValueLength()
CDActionModifyField setValueLength(int len)
default String getFieldName()
default CDActionModifyField setFieldName(String fieldName)
default String getValue()
default CDActionModifyField setValue(String value)
Copyright © 2019–2021 HCL. All rights reserved.