Class ParameterValuesValue


  • public final class ParameterValuesValue
    extends Object
    The value of a parameter.
    • Constructor Detail

      • ParameterValuesValue

        public ParameterValuesValue()
    • Method Detail

      • value

        public Object value()
        Get the value property: The value of the parameter.
        Returns:
        the value value.
      • withValue

        public ParameterValuesValue withValue​(Object value)
        Set the value property: The value of the parameter.
        Parameters:
        value - the value value to set.
        Returns:
        the ParameterValuesValue object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.