package edu.stanford.rt.datatype; /** * @author Ninghui Li, Sandra Qiu
* * DataValue is the interface for all data value defined in * DomainSpecification of RT XML. */ public interface DataValue { }