Getbytesitemdef, Getdoubleitemdef, Getfloatitemdef – HP NonStop G-Series User Manual
Page 116

Throws
java.lang.NoSuchFieldError.
(field name) Attempt to get a field that is not defined for this service.
getBytesItemDef
Gets the byte array item.
byte[] getBytesItemDef( String name, int itemNo, byte[] def );
Usage This method gets the byte value of the itemNo of the name parameter. If the item does not exist, the get method
uses the default value.
Returns This method returns a byte value (8-bit).
Throws
java.lang.NoSuchFieldError.
(field name) Attempt to get a field that is not defined for this service.
getDoubleItemDef
Gets the double precision item.
double getDoubleItemDef( String name, int itemNo, double def );
Usage This method gets the double precision value of the itemNo of the name parameter. If the item does not exist, the get
method returns the default value.
Returns This method returns a double precision value (64-bit).
Throws
java.lang.NoSuchFieldError.
(field name) Attempt to get a field that is not defined for this service.
getFloatItemDef
Gets the floating point item.
float getFloatItemDef( String name, int itemNo, float def );
Usage This method gets the floating point value of the itemNo of the name parameter. If the item does not exist, the get
method returns the default value.
Returns This method returns a floating point value (32-bit).
Throws
java.lang.NoSuchFieldError.
(field name) Attempt to get a field that is not defined for this service.