Interface FormLogicProviderParameter


  • public interface FormLogicProviderParameter
    Describes a single parameter for a Form Logic Provider.
    • Method Detail

      • getType

        int getType()
        Returns the type of this parameter. Fill in one of the constants defined in ParameterDefinition.
        Returns:
        the type of this parameter
      • getIdentifier

        String getIdentifier()
        Returns the identifier of this parameter. This should start with a letter and may only contain alphanumeric characters.
        Returns:
        the identifier of this parameter
      • getLanguageLabel

        String getLanguageLabel()
        Returns the (key of the) language label for this parameter.
        Returns:
        the language label for this parameter
      • isRequired

        boolean isRequired()
        Returns whether this parameter is required. Defaults to true.
        Returns:
        whether this parameter is required