Library | Module

Interface IpfcExternalData



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

Propertydiscras IpfcExternalDataType [readonly] 
Returns the union discriminant value.





Property Summary

PropertyDoubleValueas Double
The double value.
PropertyIntegerValueas Long
The integer value.
PropertyStringValueas String
The string value.



Union Discriminant


Propertydiscras IpfcExternalDataType [readonly] 

Returns the union discriminant value.




Property Detail


PropertyDoubleValueas Double

The double value.

Exceptions thrown (but not limited to):

IpfcXBadGetExternalData - Data is not double






PropertyIntegerValueas Long

The integer value.

Exceptions thrown (but not limited to):

IpfcXBadGetExternalData - Data is not an integer






PropertyStringValueas String

The string value.

Exceptions thrown (but not limited to):

IpfcXBadGetExternalData - Data is not string