Bean that represents a typed property of an ecm-service entity. Typed properties are typically user-defined index values and are used for example for document, folder and task index values.
| name | data type | description |
|---|---|---|
| type | FieldTypeEnum | Returns the property type. |
| memberType | FieldTypeEnum | This property is only valid, when the property "type" is FieldTypeEnum#LIST. In this case it defines the type of the members of the list |
| propertyValue | object | Returns the property value. |
Example
{
"type" : "INTEGER",
"memberType" : "BOOLEAN",
"propertyValue" : { }
}