Class PlatformArg<T>
java.lang.Object
ubic.gemma.rest.util.args.AbstractArg<T>
ubic.gemma.rest.util.args.AbstractEntityArg<T, ArrayDesign, ArrayDesignService>
ubic.gemma.rest.util.args.PlatformArg<T>
- All Implemented Interfaces:
Arg<T>
- Direct Known Subclasses:
PlatformIdArg, PlatformStringArg
Mutable argument type base class for dataset (ExpressionExperiment) API.
- Author:
- tesarst
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPlatformArg(String propertyName, Class<T> propertyType, T value) -
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformArg<?> Used by RS to parse value of request parameters.Methods inherited from class AbstractArg
getValue, toString
-
Constructor Details
-
PlatformArg
-
-
Method Details
-
valueOf
Used by RS to parse value of request parameters.- Parameters:
s- the request dataset argument.- Returns:
- instance of appropriate implementation of DatasetArg based on the actual Type the argument represents.
- Throws:
MalformedArgException
-