Interface ILcdDAFIFMilitaryTrainingRouteFeature

All Superinterfaces:
ILcdMilitaryTrainingRouteFeature, ILcdRouteFeature

public interface ILcdDAFIFMilitaryTrainingRouteFeature extends ILcdMilitaryTrainingRouteFeature
This interface extends the more general applicable features defined in the ILcdMilitaryTrainingRouteFeature 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 military training route is TLcdDAFIFMilitaryTrainingRouteDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    A code indicating the country in which the military training route originates.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    The hours, days and/or dates that this military training route is to be in effect.
    static final String
    The first two letters of the ICAO location identifier of the military training route representing the ICAO region code.
    static final String
    The identifier of the military training route.
    static final String
    The military unit designated as the originating activity.
    static final String
    The military unit responsible for scheduling all military training route flights.
  • Field Details

    • IDENTIFIER

      static final String IDENTIFIER
      The identifier of the military training route. The identifier is of the type String.
      See Also:
    • ORIGINATING_ACTIVITY

      static final String ORIGINATING_ACTIVITY
      The military unit designated as the originating activity. The originating activity is of the type String.
      See Also:
    • SCHEDULING_ACTIVITY

      static final String SCHEDULING_ACTIVITY
      The military unit responsible for scheduling all military training route flights. The scheduling activity is of the type String.
      See Also:
    • ICAO_REGION

      static final String ICAO_REGION
      The first two letters of the ICAO location identifier of the military training route representing the ICAO region code.

      This feature is of the type String.

      See Also:
    • COUNTRY_CODE

      static final String COUNTRY_CODE
      A code indicating the country in which the military training route originates. The country code is of the type String.
      See Also:
    • EFFECTIVE_TIMES

      static final String EFFECTIVE_TIMES
      The hours, days and/or dates that this military training route is to be in effect. The effect times is of the type String.
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      Identifies the calendar period in which the record was added to the file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the type String.
      Since:
      2022.0
      See Also: