Interface ILcdASDIMessageFeatures

All Superinterfaces:
ILcdASDIFeatures
All Known Subinterfaces:
ILcdASDIFlightPlanMessageFeatures, ILcdASDITrackTOFeatures, ILcdASDITrackTZFeatures

public interface ILcdASDIMessageFeatures extends ILcdASDIFeatures

Note:This class is only to be used with the ILcdFeatured interface. It is supplied for backwards compatibility. It is recommended to use the new ILcdDataObject instead to retrieve information on the properties of all ASDI elements. For more information on ILcdDataObject, refer to the developer's guide or TLcdASDIDataTypes.

This interface defines constants for the names of the features that are common to all messages.

The constants follow a naming convention. Please refer to ILcdASDIFeatures for more detailed information on the naming convention.

  • Field Details

    • MESSAGE_SEQUENCE_NUMBER_SF

      static final String MESSAGE_SEQUENCE_NUMBER_SF
      Name of the feature indicating the message header sequence number. The feature is of type Integer
      See Also:
    • MESSAGE_FACILITY_SF

      static final String MESSAGE_FACILITY_SF
      Name of the feature indicating the message header facility. The feature is of type TLcdASDIFacility
      See Also:
    • MESSAGE_DATE_SF

      static final String MESSAGE_DATE_SF
      Name of the feature indicating the message header date. The feature is of type java.util.Date
      See Also:
    • MESSAGE_TYPE_SF

      static final String MESSAGE_TYPE_SF
      Name of the feature indicating the message type. The feature is of type String
      See Also: