Class TLcdProcedureModelDescriptor

All Implemented Interfaces:
ILcdDataModelDescriptor, ILcdModelDescriptor, ILcdFeaturedDescriptor, Serializable

public class TLcdProcedureModelDescriptor extends TLcdHashedFeaturedModelDescriptor
A model descriptor for models containing ILcdProcedure objects. This model descriptor is also an ILcdDataModelDescriptor.
See Also:
  • Constructor Details

    • TLcdProcedureModelDescriptor

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

      public TLcdProcedureModelDescriptor(String aSourceName, String aTypeName, String aDisplayName, TLcdDataType aElementType)
      Constructs a new TLcdProcedureModelDescriptor object. The aElementType parameter will be used to determine the names and classes of the features of the model elements.
      Parameters:
      aSourceName - the name of the data source
      aTypeName - the type name of the data source
      aDisplayName - the display name of the data source
      aElementType - the data type of the elements that will be contained in the model that uses this descriptor.
      Since:
      10.1