Class TLcdAIXMILSModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdAIXMILSModelDescriptor extends TLcdILSModelDescriptor
A model descriptor for AIXM models containing ILcdILS objects.

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

    • TLcdAIXMILSModelDescriptor

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

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

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