Property mode types

The simplest property mode is Single Value. A Single Value property contains text that can represent HTML, a date or time, an identifier, a number, or a Boolean value of true or false. On the clipboard, a Single Value mode corresponds to a Java String object. Properties with this mode can directly correspond to columns in the PegaRULES database.

Properties with a mode other than Single Value are known as aggregate properties.

The modes can be viewed as variations of the following types:

Single

Array or list

Group

Value modes

Single Value

Value List

Value Group

Page modes

Page

Page List

Page Group

Java Object mode

Java Object

Java Object List

Java Object Group

Java Property modes

Java Property

Java Property List

The standard property Rule-Obj-Property.pyPropertyMode contains the mode of a property.