Class: ValueCollection - j5 - 28.0 - Reference - Hexagon

j5 Framework IndustraForm API Reference

Language
English
Product
j5
Search by Category
Reference
j5 Version
2019

class j5.IndustraForms.api.ValueCollection

A tuple that positionally matches the attibute_list provided to a query method. It also allows both attribute and dictionary access to queried attributes (for example, result.OxygenLevel or result ["OxygenLevel.IsValid"]).

The values in the collection can be one of the following:

  • None

  • NOT_APPLICABLE

Or an instance of one of the following:

  • float

  • int

  • unicode / str

  • bool

  • datetime.date

  • datetime_tz.datetime_tz

  • SpreadsheetError (only returned for the ‘Error’ attribute)

This class is immutable.

This class is not intended to be subclassed, or directly instantiated.