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