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';
  3. select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getVamChargeCollectionStatus';
  4. select * from DIGX_FW_ENUM_REPRESENTATIONS where enum_fqn='getGenderForVam’;

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