HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

Add support for boolean values in MemoryStructureProxy #304

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

There are a handful of properties (e.g. VIEWMAP_DATASET_RECORD.bAutoAdjust) that represent boolean values, and so it would be good to be able to have "is" getters and be able to set them with Java booleans.