6.3 Enumerations

This topic provides information on enumerations.

Following VAM related enumerations are used in OBDX. They are used to fetch the values on the OBDX UI.

  1. select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getIdentificationTypes';
  2. select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getCorporateTypes';

The mapping of these OBDX values to the corresponding OBVAM values can be found in next section.