Package ubic.gemma.rest.util.args
Class PlatformStringArg
- java.lang.Object
-
- ubic.gemma.rest.util.args.AbstractArg<T>
-
- ubic.gemma.rest.util.args.AbstractEntityArg<T,ubic.gemma.model.expression.arrayDesign.ArrayDesign,ubic.gemma.persistence.service.expression.arrayDesign.ArrayDesignService>
-
- ubic.gemma.rest.util.args.PlatformArg<String>
-
- ubic.gemma.rest.util.args.PlatformStringArg
-
public class PlatformStringArg extends PlatformArg<String>
String argument type for platform API, referencing the Platform short name. Can also be null.- Author:
- tesarst
-
-
Method Summary
-
Methods inherited from class ubic.gemma.rest.util.args.PlatformArg
valueOf
-
Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
-