gov.nih.nci.caarray.domain.data
Interface QuantitationTypeDescriptor


public interface QuantitationTypeDescriptor

Interface that enums of specific quantitation types must implement in order to register potentially new QuantitationTypes with caArray.


Method Summary
 DataType getDataType()
          Returns the data type of values of this quantitation type.
 java.lang.String getName()
          Returns the name of the type.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the type.

Returns:
the quantitation type name.

getDataType

DataType getDataType()
Returns the data type of values of this quantitation type.

Returns:
the data type.