Kanzi  3.9.7
Java API
WriteLogActionMetadata Interface Reference

Metadata definitions for WriteLogAction. More...

Inheritance diagram for WriteLogActionMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > Argument0Property
 The property type on this node that will be argument 0 for the log message. More...
 
DynamicPropertyType< String > Argument10Property
 The property type on this node that will be argument 10 for the log message. More...
 
DynamicPropertyType< String > Argument11Property
 The property type on this node that will be argument 11 for the log message. More...
 
DynamicPropertyType< String > Argument12Property
 The property type on this node that will be argument 12 for the log message. More...
 
DynamicPropertyType< String > Argument13Property
 The property type on this node that will be argument 13 for the log message. More...
 
DynamicPropertyType< String > Argument14Property
 The property type on this node that will be argument 14 for the log message. More...
 
DynamicPropertyType< String > Argument15Property
 The property type on this node that will be argument 15 for the log message. More...
 
DynamicPropertyType< String > Argument1Property
 The property type on this node that will be argument 1 for the log message. More...
 
DynamicPropertyType< String > Argument2Property
 The property type on this node that will be argument 2 for the log message. More...
 
DynamicPropertyType< String > Argument3Property
 The property type on this node that will be argument 3 for the log message. More...
 
DynamicPropertyType< String > Argument4Property
 The property type on this node that will be argument 4 for the log message. More...
 
DynamicPropertyType< String > Argument5Property
 The property type on this node that will be argument 5 for the log message. More...
 
DynamicPropertyType< String > Argument6Property
 The property type on this node that will be argument 6 for the log message. More...
 
DynamicPropertyType< String > Argument7Property
 The property type on this node that will be argument 7 for the log message. More...
 
DynamicPropertyType< String > Argument8Property
 The property type on this node that will be argument 8 for the log message. More...
 
DynamicPropertyType< String > Argument9Property
 The property type on this node that will be argument 9 for the log message. More...
 
DynamicPropertyType< String > LogTextProperty
 The text to write to the Kanzi Studio Log window when a trigger executes this action. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.WriteLogAction")
 Metaclass for WriteLogAction.
 
- 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 WriteLogAction.

Member Data Documentation

DynamicPropertyType<String> Argument0Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument0", String.class)

The property type on this node that will be argument 0 for the log message.

DynamicPropertyType<String> Argument10Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument10", String.class)

The property type on this node that will be argument 10 for the log message.

DynamicPropertyType<String> Argument11Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument11", String.class)

The property type on this node that will be argument 11 for the log message.

DynamicPropertyType<String> Argument12Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument12", String.class)

The property type on this node that will be argument 12 for the log message.

DynamicPropertyType<String> Argument13Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument13", String.class)

The property type on this node that will be argument 13 for the log message.

DynamicPropertyType<String> Argument14Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument14", String.class)

The property type on this node that will be argument 14 for the log message.

DynamicPropertyType<String> Argument15Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument15", String.class)

The property type on this node that will be argument 15 for the log message.

DynamicPropertyType<String> Argument1Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument1", String.class)

The property type on this node that will be argument 1 for the log message.

DynamicPropertyType<String> Argument2Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument2", String.class)

The property type on this node that will be argument 2 for the log message.

DynamicPropertyType<String> Argument3Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument3", String.class)

The property type on this node that will be argument 3 for the log message.

DynamicPropertyType<String> Argument4Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument4", String.class)

The property type on this node that will be argument 4 for the log message.

DynamicPropertyType<String> Argument5Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument5", String.class)

The property type on this node that will be argument 5 for the log message.

DynamicPropertyType<String> Argument6Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument6", String.class)

The property type on this node that will be argument 6 for the log message.

DynamicPropertyType<String> Argument7Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument7", String.class)

The property type on this node that will be argument 7 for the log message.

DynamicPropertyType<String> Argument8Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument8", String.class)

The property type on this node that will be argument 8 for the log message.

DynamicPropertyType<String> Argument9Property
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.Argument9", String.class)

The property type on this node that will be argument 9 for the log message.

DynamicPropertyType<String> LogTextProperty
Initial value:
=
new DynamicPropertyType<>("WriteLogAction.LogText", String.class)

The text to write to the Kanzi Studio Log window when a trigger executes this action.