Project

Contents

Issue #00005467

Added WGDocument.getItemBoolean(itemname)
Feature/Improvement

to read item values we have the following methods:

  • getItemText()
  • getItemNumber()
  • getItemDate()

Those methods checks the type of the value and returns null if the value has not the requested type. In addition they return the first entry of a list if the value is a list.

To get a boolean item value until now we had no such method.

This now has been implemented:

  • getItemBoolean()