Annotation Type PodamCharValue

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      char charValue
      A precise char value to assign to the annotated attribute.
      String comment
      It allows clients to make comments
      char maxValue
      The minimum value for the annotated field
      char minValue
      The minimum value for the annotated field
    • Element Detail

      • minValue

        char minValue
        The minimum value for the annotated field
        Returns:
        min value
        Default:
        '\u0000'
      • maxValue

        char maxValue
        The minimum value for the annotated field
        Returns:
        max value
        Default:
        '\u0000'
      • comment

        String comment
        It allows clients to make comments
        Returns:
        comment value
        Default:
        ""
      • charValue

        char charValue
        A precise char value to assign to the annotated attribute.

        If set, it will take precedence over all other annotation attributes (e.g. min/max). It is assumed that if the value of charValue is the default, the user didn't set it and therefore this value will not take precedence over minValue and maxValue.

        This attribute defaults to an empty char.

        Returns:
        A precise char value to assign to the annotated attribute.
        Default:
        ' '