public class BoolArg extends AbstractArg<Boolean>
| Modifier and Type | Method and Description |
|---|---|
static BoolArg |
valueOf(String s)
Used by RS to parse value of request parameters.
|
getValue, toStringpublic static BoolArg valueOf(String s) throws MalformedArgException
s - the request boolean argumentBadRequestException when accessing its value, if the input String can not be
converted into a boolean.MalformedArgExceptionCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.