Class TLcdAIXMRouteModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdAIXMRouteModelDescriptor extends TLcdATSRouteModelDescriptor
A model descriptor for AIXM models containing ILcdATSRoute objects.

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

    • TLcdAIXMRouteModelDescriptor

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

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

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