Kanzi 4.1.1
IntValueAccumulatorMetadata Interface Reference

Metadata definitions for IntValueAccumulator. More...

Inheritance diagram for IntValueAccumulatorMetadata:
[legend]

Classes

class  SetAccumulatedValueBoundariesMessageArguments
 Metadata definitions for SetAccumulatedValueBoundariesMessageArguments. More...
 

Public Attributes

DynamicPropertyType< Integer > IncrementSizeProperty
 The size of the increments of this Int Value Accumulator.
 
DynamicPropertyType< String > IncrementSizeSourceProperty
 The property type set on this node that determines the increment size of this Int Value Accumulator.
 
DynamicPropertyType< Integer > MaximumAccumulatedValueProperty
 The maximum total accumulated integer value.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.IntValueAccumulator")
 Metaclass for IntValueAccumulator.
 
DynamicPropertyType< Integer > MinimumAccumulatedValueProperty
 The minimum total accumulated integer value.
 
DynamicMessageType< IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments > SetAccumulatedValueBoundariesMessage
 Sets the minimum and maximum total accumulated integer value.
 
DynamicPropertyType< String > TargetPropertyTypeProperty
 The property type on this node that this Int Value Accumulator updates.
 

Detailed Description

Metadata definitions for IntValueAccumulator.

Member Data Documentation

◆ IncrementSizeProperty

DynamicPropertyType<Integer> IncrementSizeProperty
Initial value:
=
new DynamicPropertyType<>("IntValueAccumulator.IncrementSize", Integer.class)

The size of the increments of this Int Value Accumulator.

◆ IncrementSizeSourceProperty

DynamicPropertyType<String> IncrementSizeSourceProperty
Initial value:
=
new DynamicPropertyType<>("IntValueAccumulator.IncrementSizeSource", String.class)

The property type set on this node that determines the increment size of this Int Value Accumulator.

◆ MaximumAccumulatedValueProperty

DynamicPropertyType<Integer> MaximumAccumulatedValueProperty
Initial value:
=
new DynamicPropertyType<>("IntValueAccumulator.MaximumAccumulatedValue", Integer.class)

The maximum total accumulated integer value.

◆ MinimumAccumulatedValueProperty

DynamicPropertyType<Integer> MinimumAccumulatedValueProperty
Initial value:
=
new DynamicPropertyType<>("IntValueAccumulator.MinimumAccumulatedValue", Integer.class)

The minimum total accumulated integer value.

◆ SetAccumulatedValueBoundariesMessage

DynamicMessageType<IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments> SetAccumulatedValueBoundariesMessage
Initial value:
=
new DynamicMessageType<>("Message.IntValueAccumulator.SetAccumulatedValueBoundaries",
IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments.class)

Sets the minimum and maximum total accumulated integer value.

◆ TargetPropertyTypeProperty

DynamicPropertyType<String> TargetPropertyTypeProperty
Initial value:
=
new DynamicPropertyType<>("IntValueAccumulator.TargetPropertyType", String.class)

The property type on this node that this Int Value Accumulator updates.