Class MaskFormat

java.lang.Object
com.aquima.interactions.portal.model.def.MaskFormat
All Implemented Interfaces:
IValueMask

public class MaskFormat extends Object implements IValueMask
IValueMask implementation that uses an IMaskCall internally.
Since:
7.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • format

      public String format(IPrimitiveValue primitiveValue)
      Description copied from interface: IValueMask
      This method formats the provided value to a string.
      Specified by:
      format in interface IValueMask
      Parameters:
      primitiveValue - The value that should be converted to a string.
      Returns:
      String representation of the primitive value.
    • getName

      public String getName()
      Description copied from interface: IValueMask
      This method returns the name of the value format.
      Specified by:
      getName in interface IValueMask
      Returns:
      the name of the value format.