Class TLcdDAFIFHoldingModelDescriptor

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

public class TLcdDAFIFHoldingModelDescriptor extends TLcdHoldingModelDescriptor implements ILcdDAFIFModelDescriptorSupport
A model descriptor for DAFIF models containing ILcdHolding objects.

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

    • TLcdDAFIFHoldingModelDescriptor

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

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