PrimitiveType

Overview

The PrimitiveType enumeration represents the JavaScript value type. Values of this type are used to describe which JavaScript value type the given object can be mapped to.

Location

Value Description
None Given object cannot be mapped to a primitive type.
Number Given object can be mapped to a numeric value.
String Given object can be mapped to a String value.