Interface IMaskCallDS

All Known Implementing Classes:
XmlMaskCallDS, XmlMaskCallDS

public interface IMaskCallDS
This data source is used to initialize a mask.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of the mask (never null).
    This method return the parameters of the mask.
    This method returns the type name of the mask (never null).
  • Method Details

    • getCallName

      String getCallName()
      This method returns the name of the mask (never null).
      Returns:
      The call name of the mask.
    • getTypeName

      String getTypeName()
      This method returns the type name of the mask (never null).
      Returns:
      The type name of the mask.
    • getParameters

      IParameters getParameters()
      This method return the parameters of the mask.
      Returns:
      Parameters of the mask.