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 |
|
|
|
Page modes |
|
|
|
Java Object mode |
|
|
|
Java Property modes |
|
|
The standard property Rule-Obj-Property.pyPropertyMode contains the mode of a property.