EventParameter subclasses missing getters?
-
I am reading some EventEnrollment objects from a remote device and I noticed there weren't any getter functions for the OutOfRange class. Looking further, I found that all the classes in com.serotonin.bacnet4j.type.eventParameter lacked getter functions, so I'm wondering are the getter functions are missing from the various classes for a particular reason, or is there another way I should be doing it?
-
No, just an oversight. I've added the getters and checked the code into CVS.
-
Thanks Matt :D