Class VariableParameters

  • All Implemented Interfaces:
    Parameters, java.io.Serializable

    public class VariableParameters
    extends AbstractParameters
    implements java.io.Serializable
    Parameters that determine the name and value type of each parameter in real time.
    See Also:
    Serialized Form
    • Constructor Detail

      • VariableParameters

        public VariableParameters()
      • VariableParameters

        public VariableParameters​(java.lang.String text)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • VariableParameters

        public VariableParameters​(ParameterKey[] parameterKeys)
      • VariableParameters

        public VariableParameters​(ParameterKey[] parameterKeys,
                                  java.lang.String apon)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • putValue

        public void putValue​(java.lang.String name,
                             java.lang.Object value)
        Description copied from interface: Parameters
        Put a value into the Parameter with the specified name.
        Specified by:
        putValue in interface Parameters
        Overrides:
        putValue in class AbstractParameters
        Parameters:
        name - the parameter name
        value - the value of parameter