.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


Values property
Example

Read-Write. The value of an item.

Defined in

Item

Data type

java.util.Vector. The data type of the value depends upon the type of the item.
Item typeValid return type
Rich textjava.util.Vector with one String element rendered into plain text
Text (includes Names, Authors, and Readers item types)java.util.Vector with String elements
Number or number listjava.util.Vector with Double elements
Date-time or range of date-time valuesjava.util.Vector with DateTime elements


Syntax

public java.util.Vector getValues()
   throws NotesException

public void setValues(java.util.Vector values)
   throws NotesException

Usage

If the item has no value, this method returns null.

This property returns the same value(s) for an item as getItemValue in Document.

Language cross-reference

Values property in LotusScript NotesItem class

@AttachmentNames function in formula language

@Count function in formula language

Example
See Also