public class DataType extends UntypedData
It is a general, cross-domain list of approved terms that may be used to identify the genre of a resource.
The types are defined in DCMITYPE.
EMPTY, string| Constructor and Description |
|---|
DataType(EnumDCMIDataType dataType)
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UntypedData datatype) |
EnumDCMIDataType |
getDataType()
Getter for the field
dataType. |
void |
setDataType(EnumDCMIDataType dataType)
Setter for the field
dataType. |
public DataType(EnumDCMIDataType dataType)
dataType - the EnumDCMIDataType enum.public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic EnumDCMIDataType getDataType()
dataType.public void setDataType(EnumDCMIDataType dataType)
dataType.dataType - the dataType to set.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.