Interface IValueFormat

All Superinterfaces:
IValueMask, Serializable
All Known Implementing Classes:
ValueFormat, XsdDateValueFormat, ZonedDateTimeValueFormat

public interface IValueFormat extends Serializable, IValueMask
Interface for objects capable of formatting and parsing strings to and from a primitive value.
Since:
6.3
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method parses the string to a primitive value.

    Methods inherited from interface com.aquima.interactions.metamodel.IValueMask

    format, getName
  • Method Details

    • parse

      IPrimitiveValue parse(String str)
      This method parses the string to a primitive value.
      Parameters:
      str - The string that should be parsed.
      Returns:
      The primitive value for the string.