beautypg.com

Addfloat, Addint, Addshort – HP NonStop G-Series User Manual

Page 123: Addstring

background image

(field name) Attempt to add or delete a field that is not defined for this service.

addFloat

Adds the floating point input parameter.

void addFloat( String name, float val );

Usage The addFloat() method adds the floating point value (32-bit) of the item specified in the name parameter.

Throws

java.lang.IllegalAccessError.

(field name) Attempt to add a value to an input parameter field, or delete a value from an input parameter field.

java.lang.NoSuchFieldError.

(field name) Attempt to add or delete a field that is not defined for this service.

addInt

Adds the integer input parameter.

void addInt( String name, int val );

Usage The addInt() method adds the integer value (32-bit) of the item specified in the name parameter.

Throws

java.lang.IllegalAccessError.

(field name) Attempt to add a value to an input parameter field, or delete a value from an input parameter field.

java.lang.NoSuchFieldError.

(field name) Attempt to add or delete a field that is not defined for this service.

addShort

Adds the short integer value (16-bit) input parameter.

void addShort( String name, short val );

Usage This method adds the short integer value (16-bit) of the item specified in the name parameter.

Throws

java.lang.IllegalAccessError.

(field name) Attempt to add a value to an input parameter field, or delete a value from an input parameter field.

java.lang.NoSuchFieldError.

(field name) Attempt to add or delete a field that is not defined for this service.

addString

Adds the string value input parameter.

void addString( String name, String val );

Usage This method adds the string value of the item specified in the name parameter.