public class DLICallProperty.FSA extends Object
For more details about the usage of field search arguments, see the topic FLD call in the IMS Application Programming APIs reference documentation.
| Constructor and Description |
|---|
FSA() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Retrieves the field name.
|
DLICallProperty.FLD_FSA_OPCODE |
getOpCode()
Retrieves the op code value for the FSA.
|
Object |
getValue()
Retrieves the operand value.
|
void |
setFieldName(String fieldName)
Set the field name value.
|
void |
setOpCode(DLICallProperty.FLD_FSA_OPCODE opCode)
Set the op code.
|
void |
setOperand(Object value)
Set the operand value.
|
void |
setValue(Object value)
Set the operand value.
|
public void setFieldName(String fieldName) throws DLIException
fieldName - the field name valueDLIExceptionpublic void setOpCode(DLICallProperty.FLD_FSA_OPCODE opCode)
opCode - A constant representing an operator for a change
operation.public void setOperand(Object value)
value - public Object getValue()
public void setValue(Object value)
value - public String getFieldName()
public DLICallProperty.FLD_FSA_OPCODE getOpCode()
(c) Copyright IBM Corporation 2008, 2017.