beautypg.com

Removejoltinputlistener, Getjoltfieldname, Setjoltfieldname – HP NonStop G-Series User Manual

Page 244: Setoccurrenceindex

background image

removeJoltInputListener

The removeJoltInputListener() method unregisters JoltInput listeners.

synchronized void removeJoltInputListener(
JoltInputListener l)

l

The listener to be removed

Usage Unregisters JoltInput listeners.

getJoltFieldName

The getJoltFieldName() method gets the Jolt field name corresponding to this JoltList.

String getJoltFieldName()

Returns The Jolt field name.

Usage Gets the Jolt field name corresponding to this JoltList.

setJoltFieldName

The setJoltFieldName() method sets the Jolt field name corresponding to this JoltList.

void setJoltFieldName(String name)

name

The Jolt field name.

Usage Sets the Jolt field name corresponding to this JoltList.

setOccurrenceIndex

The setOccurrenceIndex() method sets the occurrence index of the field represented by this
JoltList.

void setOccurrenceIndex(int occurrence)

occurrence

The occurrence number.

Usage Sets the occurrence index of this field.