Class TLcdARINCAirportCommunicationModelDescriptor

All Implemented Interfaces:
ILcdARINCModelDescriptorSupport, ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdARINCAirportCommunicationModelDescriptor extends TLcdServiceModelDescriptor implements ILcdARINCModelDescriptorSupport
A model descriptor for ARINC models containing ILcdService objects.

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

Since:
6.2
See Also:
  • Field Details

    • DISPLAY_NAME

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

    • TLcdARINCAirportCommunicationModelDescriptor

      @Deprecated public TLcdARINCAirportCommunicationModelDescriptor(String aSourceName, String[] aFeatureNames, Class[] aFeatureClasses)
      Deprecated.
      Constructs a new TLcdARINCAirportCommunicationModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aFeatureNames - the feature names
      aFeatureClasses - the feature classes
    • TLcdARINCAirportCommunicationModelDescriptor

      public TLcdARINCAirportCommunicationModelDescriptor(String aSourceName, TLcdDataType aDataType)
      Constructs a new TLcdARINCAirportCommunicationModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aDataType - the type of the elements of this descriptor's model
    • TLcdARINCAirportCommunicationModelDescriptor

      public TLcdARINCAirportCommunicationModelDescriptor(String aSourceName)
      Constructs a new TLcdARINCAirportCommunicationModelDescriptor object with TLcdARINCDataTypes.AerodromeCommunication as model element type.
      Parameters:
      aSourceName - the name of the data source
  • Method Details