Kanzi  3.9.5
Java API
ExpressionBindingProcessorMetadata Interface Reference

Metadata definitions for ExpressionBindingProcessor. More...

Inheritance diagram for ExpressionBindingProcessorMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > Argument1FieldProperty
 The property attribute for the first argument. More...
 
DynamicPropertyType< Integer > Argument1Property
 The first argument in the binding expression. More...
 
DynamicPropertyType< Integer > Argument2FieldProperty
 The property attribute for the second argument. More...
 
DynamicPropertyType< Integer > Argument2Property
 The second argument in the binding expression. More...
 
DynamicPropertyType< Integer > Argument3FieldProperty
 The property attribute for the third argument. More...
 
DynamicPropertyType< Integer > Argument3Property
 The third argument in the binding expression. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ExpressionBindingProcessor")
 Metaclass for ExpressionBindingProcessor.
 
DynamicPropertyType< Integer > OperationProperty
 The operation in the expression. More...
 
DynamicPropertyType< Integer > OutputFieldProperty
 The property attribute of the output register. More...
 
DynamicPropertyType< Integer > OutputProperty
 The temporary register to write the result to. More...
 
- Public Attributes inherited from BindingProcessorMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.BindingProcessor")
 Metaclass for BindingProcessor.
 

Detailed Description

Metadata definitions for ExpressionBindingProcessor.

Member Data Documentation

◆ Argument1FieldProperty

DynamicPropertyType<Integer> Argument1FieldProperty
Initial value:
=
new DynamicPropertyType<>("ExpressionBindingProcessor.Argument1Field", Integer.class)

The property attribute for the first argument.

◆ Argument1Property

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

The first argument in the binding expression.

◆ Argument2FieldProperty

DynamicPropertyType<Integer> Argument2FieldProperty
Initial value:
=
new DynamicPropertyType<>("ExpressionBindingProcessor.Argument2Field", Integer.class)

The property attribute for the second argument.

◆ Argument2Property

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

The second argument in the binding expression.

◆ Argument3FieldProperty

DynamicPropertyType<Integer> Argument3FieldProperty
Initial value:
=
new DynamicPropertyType<>("ExpressionBindingProcessor.Argument3Field", Integer.class)

The property attribute for the third argument.

◆ Argument3Property

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

The third argument in the binding expression.

◆ OperationProperty

DynamicPropertyType<Integer> OperationProperty
Initial value:
=
new DynamicPropertyType<>("ExpressionBindingProcessor.Operation", Integer.class)

The operation in the expression.

◆ OutputFieldProperty

DynamicPropertyType<Integer> OutputFieldProperty
Initial value:
=
new DynamicPropertyType<>("ExpressionBindingProcessor.OutputField", Integer.class)

The property attribute of the output register.

◆ OutputProperty

DynamicPropertyType<Integer> OutputProperty
Initial value:
=
new DynamicPropertyType<>("ExpressionBindingProcessor.Output", Integer.class)

The temporary register to write the result to.