Getjoltfieldname, Setjoltfieldname, Setoccurrenceindex – HP NonStop G-Series User Manual
Page 247: Getoccurrenceindex

getJoltFieldName
The getJoltFieldName() method gets the field name corresponding to this JoltTextField.
String getJoltFieldName()
Returns The Jolt field name.
Usage Gets the Jolt field name corresponding to this JoltTextField.
setJoltFieldName
The setJoltFieldName() method sets the field name corresponding to this JoltTextField.
void setJoltFieldName(String name)
name
The Jolt field name.
Usage Sets the Jolt field name corresponding to this JoltTextField.
setOccurrenceIndex
The setOccurrenceIndex() method sets the occurrence index of the field represented by this
JoltTextField.
void setOccurrenceIndex(int occurrence)
occurrence
The occurrence number.
Usage Sets the occurrence index of this field.
getOccurrenceIndex
The getOccurrenceIndex() method gets the occurrence index of the field represented by this
JoltTextField.
int getOccurrenceIndex()
Usage Gets the occurrence index of this field.