Interface FormProvider

    • Method Detail

      • getForm

        Form getForm()
      • getMin

        int getMin()
        Returns:
        the minimum number of times this Form can appear
      • setMin

        void setMin​(int min)
      • getMax

        int getMax()
        Returns:
        the maximum number of times this Form can appear
      • setMax

        void setMax​(int max)
      • setAnnotation

        void setAnnotation​(Annotation ann)