IsNames (Item - Java)

Read-Write. Indicates whether an item is a Names item.

Defined in

Item

Data type

boolean

Syntax

public boolean isNames()
    throws NotesException
public void setNames(boolean flag)
    throws NotesException

Legal values

  • true if the item is a Names item
  • false if the item is not a Names item

Usage

A Names item contains a list of user names. A Names item returns Item.TEXT for getType.

Example