Class TLcdDAFIFILSModelListDescriptor

All Implemented Interfaces:
ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdDAFIFILSModelListDescriptor extends TLcdEditableDataModelListDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILS components (DMEs, glide paths, localizers and markers).

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

    • TLcdDAFIFILSModelListDescriptor

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