CLASSI JAVA/CORBA


ValueInteger property
Esempio

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.

Esempio
Vedere anche