Class TLcdDAFIFVFRRouteModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFVFRRouteModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing VFR routes. This includes offset routes and aerodromes for which the VFR routes serve.

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "DAFIF" and DISPLAY_NAME.

See Also:
  • Field Details

    • DISPLAY_NAME

      public static final String DISPLAY_NAME
      The display name associated with this model descriptor.
      See Also:
  • Constructor Details

    • TLcdDAFIFVFRRouteModelListDescriptor

      public TLcdDAFIFVFRRouteModelListDescriptor(String aSourceName)
      Constructs a new TLcdDAFIFVFRRouteModelListDescriptor object with the given source name.
      Parameters:
      aSourceName - the name of the data source
  • Method Details