The setBoolean RequestDictionary class method creates a Boolean variable.
public void setBoolean(java.lang.String name, boolean b);
Objvar | A string that specifies the variable to set. |
Dictionary | A valid RequestDictionary. |
name | String describing the name of the Boolean to add to the RequestDictionary. |
b | A Boolean variable. |