Package ubic.gemma.rest.util.args
Class QuantitationTypeArg<T>
java.lang.Object
ubic.gemma.rest.util.args.AbstractArg<T>
ubic.gemma.rest.util.args.AbstractEntityArg<T,QuantitationType,QuantitationTypeService>
ubic.gemma.rest.util.args.QuantitationTypeArg<T>
- All Implemented Interfaces:
Arg<T>
- Direct Known Subclasses:
QuantitationTypeByIdArg
,QuantitationTypeByNameArg
public abstract class QuantitationTypeArg<T>
extends AbstractEntityArg<T,QuantitationType,QuantitationTypeService>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
QuantitationTypeArg
(String propertyName, Class<T> propertyType, T value) -
Method Summary
Methods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
Constructor Details
-
QuantitationTypeArg
-
-
Method Details
-
valueOf
-