Package ubic.gemma.rest.util.args
Class ExpLevelConsolidationArg
Class representing an API argument that should be one of the expression level consolidation options.
- Author:
- tesarst
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpLevelConsolidationArg
Used by RS to parse value of request parameters.Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
Method Details
-
valueOf
Used by RS to parse value of request parameters.- Parameters:
s
- the request boolean argument- Returns:
- an instance of BoolArg representing boolean value of the input string, or a malformed BoolArg that will
throw an
BadRequestException
when accessing its value, if the input String can not be converted into a boolean.
-