Class ParameterTextAreaControl

    • Method Detail

      • parameterControlId

        public final String parameterControlId()

        The ID of the ParameterTextAreaControl.

        Returns:
        The ID of the ParameterTextAreaControl.
      • title

        public final String title()

        The title of the ParameterTextAreaControl.

        Returns:
        The title of the ParameterTextAreaControl.
      • sourceParameterName

        public final String sourceParameterName()

        The source parameter name of the ParameterTextAreaControl.

        Returns:
        The source parameter name of the ParameterTextAreaControl.
      • delimiter

        public final String delimiter()

        The delimiter that is used to separate the lines in text.

        Returns:
        The delimiter that is used to separate the lines in text.
      • displayOptions

        public final TextAreaControlDisplayOptions displayOptions()

        The display options of a control.

        Returns:
        The display options of a control.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)