Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






ValueInteger property

Read-Write. The value of an item with a single numeric value.

Defined in

Item

Data type

int

Syntax

public int getValueInteger()

throws NotesException
public void setValueInteger(int value)

throws NotesException

Usage

If the item has no value or the value is text, date-time, or empty, this method returns 0.

If the item has mutiple values, this method returns the first value.

See examples

Examples: DateTimeValue, ValueDouble, ValueInteger, Values, and ValueString properties
Related topics
Accessing item properties in Java classes
Creating an item and assigning values in Java classes
Getting an item and its values in Java classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009