Kanzi  3.9.5
Java API
RangeConceptMetadata Interface Reference

Metadata definitions for RangeConcept. More...

Inheritance diagram for RangeConceptMetadata:
[legend]

Classes

class  CommonMessageArguments
 Metadata definitions for CommonMessageArguments. More...
 
class  ValueChangedMessageArguments
 Metadata definitions for ValueChangedMessageArguments. More...
 
class  ValueChangeFinishedMessageArguments
 Metadata definitions for ValueChangeFinishedMessageArguments. More...
 
class  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...
 
DynamicMessageType< RangeConceptMetadata.ValueChangedMessageArguments > ValueChangedMessage
 Occurs when the range value has changed. More...
 
DynamicMessageType< RangeConceptMetadata.ValueChangeFinishedMessageArguments > ValueChangeFinishedMessage
 Occurs when the range value stops changing. More...
 
DynamicMessageType< RangeConceptMetadata.ValueChangeStartedMessageArguments > 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

DynamicMessageType<RangeConceptMetadata.ValueChangedMessageArguments> ValueChangedMessage
Initial value:
=
new DynamicMessageType<>("Message.RangeConcept.ValueChanged",
RangeConceptMetadata.ValueChangedMessageArguments.class)

Occurs when the range value has changed.

◆ ValueChangeFinishedMessage

DynamicMessageType<RangeConceptMetadata.ValueChangeFinishedMessageArguments> ValueChangeFinishedMessage
Initial value:
=
new DynamicMessageType<>("Message.RangeConcept.ValueChangeFinished",
RangeConceptMetadata.ValueChangeFinishedMessageArguments.class)

Occurs when the range value stops changing.

◆ ValueChangeStartedMessage

DynamicMessageType<RangeConceptMetadata.ValueChangeStartedMessageArguments> ValueChangeStartedMessage
Initial value:
=
new DynamicMessageType<>("Message.RangeConcept.ValueChangeStarted",
RangeConceptMetadata.ValueChangeStartedMessageArguments.class)

Occurs when the range value starts changing.

◆ ValueProperty

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

The current value.