Kanzi  3.9.2
Java API
RangeConceptMetadata Interface Reference

Metadata definitions for RangeConcept. More...

Inheritance diagram for RangeConceptMetadata:
[legend]

Classes

interface  CommonMessageArguments
 Metadata definitions for CommonMessageArguments. More...
 
interface  ValueChangedMessageArguments
 Metadata definitions for ValueChangedMessageArguments. More...
 
interface  ValueChangeFinishedMessageArguments
 Metadata definitions for ValueChangeFinishedMessageArguments. More...
 
interface  ValueChangeStartedMessageArguments
 Metadata definitions for ValueChangeStartedMessageArguments. More...
 

Public Attributes

DynamicPropertyType< Boolean > IsValueChangingProperty
 Whether the value is currently changing. More...
 
DynamicPropertyType< Float > MaximumValueProperty
 The maximum value that the range allows. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.RangeConcept")
 Metaclass for RangeConcept.
 
DynamicPropertyType< Float > MinimumValueProperty
 The minimum value that the range allows. More...
 
DynamicPropertyType< Float > NormalizedValueProperty
 The current value normalized to range [0, 1]. More...
 
DynamicPropertyType< Float > StepProperty
 The minimum amount that the value of the range can change at a time. More...
 
AbstractMessageType ValueChangedMessage
 Occurs when the range value has changed. More...
 
AbstractMessageType ValueChangeFinishedMessage
 Occurs when the range value stops changing. More...
 
AbstractMessageType ValueChangeStartedMessage
 Occurs when the range value starts changing. More...
 
DynamicPropertyType< Float > ValueProperty
 The current value. More...
 

Detailed Description

Metadata definitions for RangeConcept.

Member Data Documentation

◆ IsValueChangingProperty

DynamicPropertyType<Boolean> IsValueChangingProperty
Initial value:
=
new DynamicPropertyType<>("RangeConcept.IsValueChanging", Boolean.class)

Whether the value is currently changing.

◆ MaximumValueProperty

DynamicPropertyType<Float> MaximumValueProperty
Initial value:
=
new DynamicPropertyType<>("RangeConcept.MaximumValue", Float.class)

The maximum value that the range allows.

◆ MinimumValueProperty

DynamicPropertyType<Float> MinimumValueProperty
Initial value:
=
new DynamicPropertyType<>("RangeConcept.MinimumValue", Float.class)

The minimum value that the range allows.

◆ NormalizedValueProperty

DynamicPropertyType<Float> NormalizedValueProperty
Initial value:
=
new DynamicPropertyType<>("RangeConcept.NormalizedValue", Float.class)

The current value normalized to range [0, 1].

◆ StepProperty

DynamicPropertyType<Float> StepProperty
Initial value:
=
new DynamicPropertyType<>("RangeConcept.Step", Float.class)

The minimum amount that the value of the range can change at a time.

◆ ValueChangedMessage

AbstractMessageType ValueChangedMessage
Initial value:
=
new AbstractMessageType("Message.RangeConcept.ValueChanged")

Occurs when the range value has changed.

◆ ValueChangeFinishedMessage

AbstractMessageType ValueChangeFinishedMessage
Initial value:
=
new AbstractMessageType("Message.RangeConcept.ValueChangeFinished")

Occurs when the range value stops changing.

◆ ValueChangeStartedMessage

AbstractMessageType ValueChangeStartedMessage
Initial value:
=
new AbstractMessageType("Message.RangeConcept.ValueChangeStarted")

Occurs when the range value starts changing.

◆ ValueProperty

DynamicPropertyType<Float> ValueProperty
Initial value:
=
new DynamicPropertyType<>("RangeConcept.Value", Float.class)

The current value.