Kanzi  3.9.5
Java API
SetPropertyActionMetadata Interface Reference

Metadata definitions for SetPropertyAction. More...

Inheritance diagram for SetPropertyActionMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.SetPropertyAction")
 Metaclass for SetPropertyAction.
 
DynamicPropertyType< String > TargetObjectPathProperty
 The item that contains the target property. More...
 
- Public Attributes inherited from ForwardingActionMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ForwardingAction")
 Metaclass for ForwardingAction.
 
- Public Attributes inherited from ActionMetadata
DynamicPropertyType< Integer > DelayProperty
 The time in milliseconds after which Kanzi invokes the action. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Action")
 Metaclass for Action.
 
- Public Attributes inherited from ActionBaseMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ActionBase")
 Metaclass for ActionBase.
 

Detailed Description

Metadata definitions for SetPropertyAction.

Member Data Documentation

◆ TargetObjectPathProperty

DynamicPropertyType<String> TargetObjectPathProperty
Initial value:
= new DynamicPropertyType<>(
"MessageArgument.SetPropertyAction.TargetObjectPath", String.class)

The item that contains the target property.