gov.nih.nci.caarray.external.v1_0.data
Class QuantitationType
java.lang.Object
gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
gov.nih.nci.caarray.external.v1_0.data.QuantitationType
- All Implemented Interfaces:
- java.io.Serializable
public class QuantitationType
- extends AbstractCaArrayEntity
A QuantitationType represents a quantity that can be measured by an array. A quantity is defined by its name
and its data type, which identifies the value domain for the values of that quantity.
The supported data types are boolean, short, integer, long, float, double, and string.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
QuantitationType
public QuantitationType()
getName
public java.lang.String getName()
- Returns:
- the name of this quantity
setName
public void setName(java.lang.String name)
- Sets the name for this quanity.
- Parameters:
name
- the name to set
getDataType
public DataType getDataType()
- Returns:
- the data type of this quantity
setDataType
public void setDataType(DataType dataType)
- Sets the data type for the quantity.
- Parameters:
dataType
- the data type to set