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
ConstructorsModifierConstructorDescriptionprotectedQuantitationTypeArg(String propertyName, Class<T> propertyType, T value) -
Method Summary
Methods inherited from class AbstractArg
getValue, toString
-
Constructor Details
-
QuantitationTypeArg
-
-
Method Details
-
valueOf
-