Package ubic.gemma.rest.util.args
Class OffsetArg
- java.lang.Object
-
- ubic.gemma.rest.util.args.AbstractArg<Integer>
-
- ubic.gemma.rest.util.args.OffsetArg
-
public class OffsetArg extends AbstractArg<Integer>
Argument used to represent an offset.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OffsetArg
valueOf(String s)
-
Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
-
-
-
Method Detail
-
valueOf
public static OffsetArg valueOf(String s) throws MalformedArgException
- Throws:
MalformedArgException
-
-