Lines Matching refs:value

51      * Obtains the value of the given parameter.
55 * @return an object that represents the value of the parameter,
64 * Assigns the value to the parameter with the given name.
67 * @param value parameter value
69 HttpParams setParameter(String name, Object value);
88 * Returns a {@link Long} parameter value with the given name.
89 * If the parameter is not explicitly set, the default value is returned.
92 * @param defaultValue the default value.
94 * @return a {@link Long} that represents the value of the parameter.
104 * @param value parameter value
106 HttpParams setLongParameter(String name, long value);
109 * Returns an {@link Integer} parameter value with the given name.
110 * If the parameter is not explicitly set, the default value is returned.
113 * @param defaultValue the default value.
115 * @return a {@link Integer} that represents the value of the parameter.
125 * @param value parameter value
127 HttpParams setIntParameter(String name, int value);
130 * Returns a {@link Double} parameter value with the given name.
131 * If the parameter is not explicitly set, the default value is returned.
134 * @param defaultValue the default value.
136 * @return a {@link Double} that represents the value of the parameter.
146 * @param value parameter value
148 HttpParams setDoubleParameter(String name, double value);
151 * Returns a {@link Boolean} parameter value with the given name.
152 * If the parameter is not explicitly set, the default value is returned.
155 * @param defaultValue the default value.
157 * @return a {@link Boolean} that represents the value of the parameter.
167 * @param value parameter value
169 HttpParams setBooleanParameter(String name, boolean value);
176 * @return <tt>true</tt> if the parameter is set to value <tt>true</tt>,
187 * set to value <tt>false</tt>,