beautypg.com

Setoccurrenceindex, Getoccurrenceindex, Getjoltfieldname – HP NonStop G-Series User Manual

Page 236: Setjoltfieldname, Gettruevalue

background image

setOccurrenceIndex

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

void setOccurrenceIndex(int occurrence)

occurrence

The occurrence number.

Usage Sets the occurrence index of the field represented by this JoltCheckbox.

getOccurrenceIndex

The getOccurrenceIndex() method gets the occurrence index of the field represented by this
JoltCheckbox.

int getOccurrenceIndex()

Usage Get the occurrence index of the field represented by this JoltCheckbox.

getJoltFieldName

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

String getJoltFieldName()

Returns the Jolt field name

Usage Gets the Jolt field name corresponding to this JoltCheckbox.

setJoltFieldName

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

void setJoltFieldName(String name)

name

The Jolt field name.

Usage Sets the Jolt field name corresponding to this JoltCheckbox.

getTrueValue

The getTrueValue() method returns the String value that is represented by this JoltCheckbox if
the box is checked.