Class UserInputField


  • public class UserInputField
    extends java.lang.Object
    The data of a 'User Input Field'.
    • Constructor Summary

      Constructors 
      Constructor Description
      UserInputField​(com.dkfqs.tools.json.eclipsesource.JsonObject o)
      Create a new instance from a JSON object.
    • Constructor Detail

      • UserInputField

        public UserInputField​(com.dkfqs.tools.json.eclipsesource.JsonObject o)
        Create a new instance from a JSON object.
        Parameters:
        o - the JSON object
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Get the label.
        Returns:
        the label
      • getVariableName

        public java.lang.String getVariableName()
        Get the variable name.
        Returns:
        the variable name
      • getInputType

        public java.lang.String getInputType()
        Get the input type.
        Returns:
        the input type
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Get the default value.
        Returns:
        the default value
      • getCurrentValue

        public java.lang.String getCurrentValue()
        Get the current value.
        Returns:
        the current value