Class TLcdAIXMDMEModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdAIXMDMEModelDescriptor extends TLcdDMEModelDescriptor
A model descriptor for AIXM models containing ILcdDME objects.

The type name (getTypeName()) and the display name (getDisplayName()) are respectively set to "AIXM" and TLcdAIXMDMEModelDescriptor.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

    • TLcdAIXMDMEModelDescriptor

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

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

      public TLcdAIXMDMEModelDescriptor(String aSourceName)
      Constructs a new TLcdAIXMDMEModelDescriptor object with TLcdAIXMDataTypes.DME as model element type.
      Parameters:
      aSourceName - the name of the data source