Class TLcdDAFIFTACANModelDescriptor

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

public class TLcdDAFIFTACANModelDescriptor extends TLcdTACANModelDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdTACAN objects.

The type name (getTypeName()) is set to "DAFIF".

See Also:
  • Constructor Details

    • TLcdDAFIFTACANModelDescriptor

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

      @Deprecated public TLcdDAFIFTACANModelDescriptor(String aSourceName, String aDisplayName, ILcdFeaturedDescriptor aFeaturedDescriptor)
      Deprecated.
      Constructs a new TLcdDAFIFTACANModelDescriptor object.
      Parameters:
      aSourceName - The name of the data source.
      aDisplayName - The display name of the data source.
      aFeaturedDescriptor - The feature descriptor.
    • TLcdDAFIFTACANModelDescriptor

      public TLcdDAFIFTACANModelDescriptor(String aSourceName, String aDisplayName, TLcdDataType aDataType)
      Constructs a new TLcdDAFIFTACANModelDescriptor object.
      Parameters:
      aSourceName - the name of the data source
      aDisplayName - The display name of the data source.
      aDataType - the type of the elements of this descriptor's model
      See Also:
  • Method Details