Class TLcdDAFIFPrecisionApproachPathModelDescriptor

All Implemented Interfaces:
ILcdAnnotatedElement, ILcdDAFIFModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdDAFIFPrecisionApproachPathModelDescriptor extends TLcdFinalApproachPathModelDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdPrecisionApproachPath objects.

The type name and the display name are respectively set to "DAFIF" and DISPLAY_NAME.

Since:
2023.1
See Also:
  • Field Details

    • DISPLAY_NAME

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

    • TLcdDAFIFPrecisionApproachPathModelDescriptor

      public TLcdDAFIFPrecisionApproachPathModelDescriptor(String aSourceName, TLcdDataType aDataType)
      Creates a new model descriptor.
      Parameters:
      aSourceName - The source of the data.
      aDataType - The data type of the data, must be an extension of TLcdDAFIFTDataTypes.PrecisionApproachPath.
  • Method Details