Class ExpLevelConsolidationArg

java.lang.Object
ubic.gemma.rest.util.args.AbstractArg<String>
ubic.gemma.rest.util.args.ExpLevelConsolidationArg
All Implemented Interfaces:
Arg<String>

public class ExpLevelConsolidationArg extends AbstractArg<String>
Class representing an API argument that should be one of the expression level consolidation options.
Author:
tesarst
  • Method Details

    • 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.