gov.nih.nci.mageom.domain.QuantitationType
Interface ConfidenceIndicator
- All Superinterfaces:
- Describable, Extendable, Identifiable, QuantitationType, StandardQuantitationType
- All Known Subinterfaces:
- Error, ExpectedValue, PValue
- All Known Implementing Classes:
- ConfidenceIndicatorImpl, ErrorImpl, ExpectedValueImpl, PValueImpl
public interface ConfidenceIndicator
- extends StandardQuantitationType
Indication of some measure of confidence for a standard quantitation type.
- Version:
- %I%, %G%
| Methods inherited from interface gov.nih.nci.mageom.domain.QuantitationType.QuantitationType |
getChannel, getConfidenceIndicators, getDataType, getIsBackground, getQuantitationTypeMaps, getScale, setChannel, setConfidenceIndicators, setDataType, setIsBackground, setQuantitationTypeMaps, setScale |
setTargetQuantitationType
void setTargetQuantitationType(QuantitationType p_targetQuantitationType)
- Sets the targetQuantitationType attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
ConfidenceIndicator object.
- Parameters:
p_targetQuantitationType - The new value for targetQuantitationType.- See Also:
getTargetQuantitationType()
getTargetQuantitationType
QuantitationType getTargetQuantitationType()
- Returns the value of this
ConfidenceIndicator object's targetQuantitationType attribute.
- Returns:
gov.nih.nci.mageom.bean.QuantitationType.QuantitationType The value of targetQuantitationType.- See Also:
QuantitationType