Get the value, as a string. @return The value associated with the current option. If there is no value, then null will be returned.
()
| 180 | * then null will be returned. |
| 181 | */ |
| 182 | public String getValStr() |
| 183 | { |
| 184 | return mVal; |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Get the value, as an Integer. |
no outgoing calls