Getvalue -- value of a field, Getvalue -- value of one occurrence of a field, Getvalues – HP NonStop G-Series User Manual
Page 211

Returns True if this is a TUXEDO user event or false if this is a service reply.
Usage Gets the flag indicating the origin of the event.
getValue -- value of a field
The getValue() method gets the value of a field in the output buffer.
Object getValue(String fieldName)
fieldName
Name of the field (Jolt field name).
Returns Value of the field in native data format.
Usage Gets the value of a field in the output buffer.
getValue -- value of one occurrence of a field
The getValue() method gets the value of one occurrence of a field in the output buffer.
Object getValue(String fieldName, int index)
fieldName
Name of the field (Jolt field name).
index
The occurrence index of the field.
Returns Value of the field in native data format
Usage Gets the value of one occurrence of a field in the output buffer.
getValues
The getValues() method gets all occurrences of a field in the output buffer.
Object[] getValues(String fieldName)
fieldName
Name of the field (Jolt field name)
Returns Array of all occurrences in native data format.
Usage Get all occurrences of a field in the output buffer.