public class DLICallProperty.FSA
extends java.lang.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 |
---|---|
java.lang.String |
getFieldName()
Retrieves the field name.
|
DLICallProperty.FLD_FSA_OPCODE |
getOpCode()
Retrieves the op code value for the FSA.
|
java.lang.Object |
getValue()
Retrieves the operand value.
|
void |
setFieldName(java.lang.String fieldName)
Set the field name value.
|
void |
setOpCode(DLICallProperty.FLD_FSA_OPCODE opCode)
Set the op code.
|
void |
setOperand(java.lang.Object value)
Set the operand value.
|
void |
setValue(java.lang.Object value)
Set the operand value.
|
public void setFieldName(java.lang.String fieldName) throws DLIException
fieldName
- the field name valueDLIException
public void setOpCode(DLICallProperty.FLD_FSA_OPCODE opCode)
opCode
- A constant representing an operator for a change
operation.public void setOperand(java.lang.Object value)
value
- public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- public java.lang.String getFieldName()
public DLICallProperty.FLD_FSA_OPCODE getOpCode()