Getvalue, Getvalues, Gettextvalue – HP NonStop G-Series User Manual
Page 208: Gettextvalues
Advertising

getValue
The getValue() method gets the value of the field in its native representation.
Object getValue()
Returns Value of the field.
Usage Get the value in its native representation.
getValues
The getValues() method gets the occurring values of the field in its native representation.
Object[] getValues()
Returns The occurrences of the field.
Usage Get the occurring values in its native representation.
getTextValue
The getTextValue() method gets the value as a String.
String getTextValue()
Returns The value of the field as a String.
Usage Get the value as a String.
getTextValues
The getTextValues() method gets the occurring values as String.
String[] getTextValues()
Returns The occurrences of the field as a String
Advertising