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 SummaryConstructorsModifierConstructorDescriptionprotectedPlatformArg(String propertyName, Class<T> propertyType, T value) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic PlatformArg<?> Used by RS to parse value of request parameters.Methods inherited from class AbstractArggetValue, toString
- 
Constructor Details- 
PlatformArg
 
- 
- 
Method Details- 
valueOfUsed 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
 
 
-