Package ubic.gemma.rest.util.args
Class ExpLevelConsolidationArg
- java.lang.Object
-
- ubic.gemma.rest.util.args.AbstractArg<String>
-
- ubic.gemma.rest.util.args.ExpLevelConsolidationArg
-
public class ExpLevelConsolidationArg extends AbstractArg<String>
Class representing an API argument that should be one of the expression level consolidation options.- Author:
- tesarst
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpLevelConsolidationArg
valueOf(String s)
Used by RS to parse value of request parameters.-
Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
-
-
-
Method Detail
-
valueOf
public static ExpLevelConsolidationArg valueOf(String s)
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.
-
-