Class FactorValueArg<A>

  • All Implemented Interfaces:
    Arg<A>
    Direct Known Subclasses:
    FactorValueIdArg, FactorValueValueArg

    public abstract class FactorValueArg<A>
    extends AbstractEntityArg<A,​ubic.gemma.model.expression.experiment.FactorValue,​ubic.gemma.persistence.service.expression.experiment.FactorValueService>
    Represents an API arguments that maps to a FactorValue by its ID or name.
    Author:
    poirigui
    • Constructor Detail

      • FactorValueArg

        protected FactorValueArg​(String propertyName,
                                 Class<A> propertyType,
                                 A value)