Interface IMaskCallDefinition

All Known Implementing Classes:
MaskCallDefinition

public interface IMaskCallDefinition
This interface defines several methods that can be used to retrieve static information about a mask call.
Since:
7.0
Author:
Jon van Leuven
  • Method Details

    • getCallName

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

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

      IParameters getParameters()
      This method returns the mask parameters.
      Returns:
      The mask parameters, never null.