Library | Module

Class pfcExternalData



Description

A union class that represents a single data value that may be stored in external data. The type of the value is identified by the dicsriminator.

Identifies the data type (String, Double or Integer).



Union Discriminant

/* readonly */ pfcExternalDataTypediscr
Returns the union discriminant value.





Property Summary

numberDoubleValue
The double value.
numberIntegerValue
The integer value.
stringStringValue
The string value.



Union Discriminant


/* readonly */ pfcExternalDataTypediscr

Returns the union discriminant value.




Property Detail


numberDoubleValue

The double value.

Exceptions thrown (but not limited to):

pfcXBadGetExternalData - Data is not double






numberIntegerValue

The integer value.

Exceptions thrown (but not limited to):

pfcXBadGetExternalData - Data is not an integer






stringStringValue

The string value.

Exceptions thrown (but not limited to):

pfcXBadGetExternalData - Data is not string