API Docs for: 2.1.0
Show:

Property Class

Contains a property value. The value can be fetched as a generic Object or one of the convenience asXXXX methods can be used to get the value in a specific type.

Constructor

Property

(
  • value
  • dataTypeId
)

Parameters:

  • value Object

    can either be number, string, boolean or object

  • dataTypeId Datatype

    either the id or the string value

Item Index

Methods

Methods

getValue

()

Get the value of the property based on the dataType

Throws:

IncorrectTypeError wrong type set