Class TLcdAIXMModelListDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, Serializable

public class TLcdAIXMModelListDescriptor extends TLcdEditableDataModelListDescriptor
A model descriptor for model lists containing submodels with AIXM data.

The source and display name are configurable; the type name is fixed and set to "AIXM".

See Also:
  • Field Details

    • DISPLAY_NAME

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

    • TLcdAIXMModelListDescriptor

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

      public TLcdAIXMModelListDescriptor(String aSourceName, String aDisplayName)
      Constructs a new TLcdAIXMModelListDescriptor object with the given source and display name.
      Parameters:
      aSourceName - the name of the data source
      aDisplayName - the display name of the data source
      Since:
      2020.1
  • Method Details