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