Interface ILcdDAFIFVFRRouteFeature

All Superinterfaces:
ILcdVFRRouteFeature

public interface ILcdDAFIFVFRRouteFeature extends ILcdVFRRouteFeature
This interface extends the more general applicable features defined in the ILcdVFRRouteFeature 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 VFR route is TLcdDAFIFVFRRouteDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identifier of the airport or heliport this route is related to.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    The ICAO location identifier of the VFR route.
    static final String
    The identifier of this VFR route.
    static final String
    The name of this VFR route.
  • Field Details

    • AIRPORT_ID

      static final String AIRPORT_ID
      The identifier of the airport or heliport this route is related to. The airport identifier is of the type String.
      See Also:
    • ROUTE_ID

      static final String ROUTE_ID
      The identifier of this VFR route. The route identifier is of the type String.
      See Also:
    • ROUTE_NAME

      static final String ROUTE_NAME
      The name of this VFR route. The name is of the type String.
      See Also:
    • ICAO_CODE

      static final String ICAO_CODE
      The ICAO location identifier of the VFR route. This is a four letter code which consists of four characters or two characters and two spaces.

      This feature 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: