Dynamic Attribute in JAVA
|
|
---|---|
Hi all, I am wondering how to assign properties to attributes in JAVA. Here few lines of code I am using to do so.
Is this right? Thank & Regards, Pritesh |
|
|
---|---|
Hi It seems right for class attribute properties. If you want to assign device attribute properties, you must do same code but on DeviceProxy object.
|