Removejoltinputlistener, Setoccurrenceindex, Getoccurrenceindex – HP NonStop G-Series User Manual
Page 239: Getjoltfieldname

removeJoltInputListener
The removeJoltInputListener() method unregisters JoltInput listeners.
synchronized void removeJoltInputListener(
JoltInputListener listener)
listener
The listener to be removed.
Usage Unregisters JoltInput listeners.
setOccurrenceIndex
The setOccurrenceIndex() method sets the occurrence index of the field represented by this
JoltChoice.
void setOccurrenceIndex(int occurrence)
occurrence
The occurrence number.
Usage Sets the occurrence index of the field represented by this JoltChoice.
getOccurrenceIndex
The getOccurrenceIndex() method gets the occurrence index of the field represented by this
JoltChoice.
int getOccurrenceIndex()
Usage Gets the occurrence index of the field represented by this JoltChoice.
getJoltFieldName
The getJoltFieldName() method gets the field name corresponding to the field represented by
this JoltChoice.
String getJoltFieldName()
Returns The Jolt field name
Usage Gets the Jolt field name corresponding to this choice.