Kanzi framework  3.9.1
Java API
ValueControlledExclusiveActivityHostConceptMetadata Interface Reference

Metadata definitions for ValueControlledExclusiveActivityHostConcept. More...

Inheritance diagram for ValueControlledExclusiveActivityHostConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > ControllerPropertyProperty
 Sets the property type that the Exclusive Activity Host node uses to switch between its child Activity nodes. More...
 
DynamicPropertyType< String > DataSourceControllerPropertyPathProperty
 Sets the path in the Data Source object of an Exclusive Activity Host node to a Data Object item that the Exclusive Activity Host node uses as the Controller Property. More...
 
AbstractMetaclass metaclass
 Metaclass for ValueControlledExclusiveActivityHostConcept. More...
 

Detailed Description

Metadata definitions for ValueControlledExclusiveActivityHostConcept.

Member Data Documentation

◆ ControllerPropertyProperty

DynamicPropertyType<String> ControllerPropertyProperty
Initial value:
= new DynamicPropertyType<>(
"ValueControlledExclusiveActivityHostConcept.ControllerProperty", String.class)

Sets the property type that the Exclusive Activity Host node uses to switch between its child Activity nodes.

◆ DataSourceControllerPropertyPathProperty

DynamicPropertyType<String> DataSourceControllerPropertyPathProperty
Initial value:
=
new DynamicPropertyType<>(
"ValueControlledExclusiveActivityHostConcept.DataSourceControllerPropertyPath",
String.class)

Sets the path in the Data Source object of an Exclusive Activity Host node to a Data Object item that the Exclusive Activity Host node uses as the Controller Property.

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.ValueControlledExclusiveActivityHostConcept")

Metaclass for ValueControlledExclusiveActivityHostConcept.