Hi Thomas,
> in the code ;-)
>
> Each item returns a list of accepted DataTypes and a list of accepted
> Commands.
ok, thanks! :) Looking through the code I noticed that
DateTimeType.class seems to be always in double bracket, p.ex
acceptedDataTypes.add((DateTimeType.class)) (in StringItem.java and
DateTimeItem.java). Is this kind of Java magic?
Also I noticed that acceptedDataTypes/acceptedCommandTypes seems to be
common to all Items. Why not put this into GenericItem?
regards Knut