Interface PrimitiveType

All Superinterfaces:
Type
All Known Implementing Classes:
DateTimeType, DecimalType, HSBType, IncreaseDecreaseType, NextPreviousType, OnOffType, OpenClosedType, PercentType, PlayPauseType, QuantityType, RawType, RefreshType, RewindFastforwardType, StopMoveType, StringType, UnDefType, UpDownType

@NonNullByDefault public interface PrimitiveType extends Type
A primitive type consists of a single value like a string, a number, etc.
Author:
Kai Kreuzer - Initial contribution