Class GetPropertyTag

    • Constructor Detail

      • GetPropertyTag

        public GetPropertyTag()
    • Method Detail

      • getDefaultValue

        public java.lang.Object getDefaultValue()
        Gets the default value to return if no value exists for the key. If specified, this takes precedence over returnClass.
        Returns:
        the default value
      • getKey

        public java.lang.String getKey()
        Gets key to retrieve the value from from the ValueMap.
        Returns:
        the key
      • getProperties

        public ValueMap getProperties()
        Gets the ValueMap from which to retrieve the value.
        Returns:
        the ValueMap of properties
      • getReturnClass

        public java.lang.String getReturnClass()
        Gets the name of class into which to coerce the returned value.
        Returns:
        the class name
      • getVar

        public java.lang.String getVar()
        Gets the variable name to which to save the value
        Returns:
        the variable name
      • setDefaultValue

        public void setDefaultValue​(java.lang.Object defaultValue)
        Sets the default value to return if no value exists for the key. If specified, this takes precedence over returnClass.
        Parameters:
        defaultValue - the default value
      • setKey

        public void setKey​(java.lang.String key)
        Sets the key to retrieve the value from from the ValueMap.
        Parameters:
        key - the key
      • setProperties

        public void setProperties​(ValueMap properties)
        Sets the ValueMap from which to retrieve the value.
        Parameters:
        properties - the ValueMap of properties
      • setReturnClass

        public void setReturnClass​(java.lang.String returnClass)
        Sets the name of class into which to coerce the returned value.
        Parameters:
        returnClass - the class name
      • setVar

        public void setVar​(java.lang.String var)
        Sets the variable name to which to save the value.
        Parameters:
        var - the variable name