Interface LogixNG_SelectInteger.FormatterParserValidator

    • Method Detail

      • getInitialValue

        int getInitialValue()
        Get the initial value
        Returns:
        the initial value
      • format

        java.lang.String format​(int value)
        Format the value
        Parameters:
        value - the value
        Returns:
        the formatted string
      • parse

        int parse​(java.lang.String str)
        Parse the string
        Parameters:
        str - the string
        Returns:
        the parsed value
      • validate

        java.lang.String validate​(java.lang.String str)
        Validates the string
        Parameters:
        str - the string
        Returns:
        null if valid. An error message if not valid