Gets a stored string from the control. Srings have usually been initialized with the setValue (String name, Object val)<\code> method. GUI controls will usually allow the user to edit the value of the parameter. @param name @return the value of the parameter
(String name)
| 108 | * @return the value of the parameter |
| 109 | */ |
| 110 | public String getString(String name); |
| 111 | |
| 112 | /** |
| 113 | * Gets a stored boolean from the control. Srings have usually been initialized |
no outgoing calls
no test coverage detected