Package ubic.gemma.rest.util.args
Class FactorValueIdArg
java.lang.Object
ubic.gemma.rest.util.args.AbstractArg<Long>
ubic.gemma.rest.util.args.AbstractEntityArg<Long,ubic.gemma.model.expression.experiment.FactorValue,ubic.gemma.persistence.service.expression.experiment.FactorValueService>
Maps a long identifier to a
FactorValue.- Author:
- poirigui
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.rest.util.args.FactorValueArg
valueOfMethods inherited from class ubic.gemma.rest.util.args.AbstractArg
getValue, toString
-
Constructor Details
-
FactorValueIdArg
public FactorValueIdArg(long value)
-