Interface ILcdDAFIFRefuelingTrackPointFeature

All Superinterfaces:
ILcdRefuelingTrackPointFeature

public interface ILcdDAFIFRefuelingTrackPointFeature extends ILcdRefuelingTrackPointFeature
This interface extends the more general applicable features defined in the ILcdRefuelingTrackPointFeature interface with DAFIF specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for a DAFIF refueling track point is TLcdDAFIFRefuelingTrackPointDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The fix of this refueling route point.
    static final String
    The country code of the navaid collocated with this refueling route point.
    static final String
    The identifier of the navaid collocated with this refueling route point.
    static final String
    The key code of the navaid collocated with this refueling route point.
    static final String
    The type of the navaid collocated with this refueling route point.
    static final String
    The identifier of this refueling route point.
    static final String
    The usage code of this refueling route point.
  • Field Details

    • POINT_IDENTIFIER

      static final String POINT_IDENTIFIER
      The identifier of this refueling route point. The identifier is of the type String.
      See Also:
    • FIX

      static final String FIX
      The fix of this refueling route point. The fix is of the type String.
      See Also:
    • USAGE_CODE

      static final String USAGE_CODE
      The usage code of this refueling route point. Usage code is of the type TLcdRefuelingTrackPointUsageCode.
      See Also: