Coverage Report - org.kuali.rice.kew.api.document.DocumentAttributeDataType
 
Classes in this File Line Coverage Branch Coverage Complexity
DocumentAttributeDataType
0%
0/2
N/A
0
 
 1  
 package org.kuali.rice.kew.api.document;
 2  
 
 3  
 import javax.xml.bind.annotation.XmlEnum;
 4  
 import javax.xml.bind.annotation.XmlRootElement;
 5  
 import javax.xml.bind.annotation.XmlType;
 6  
 
 7  
 /**
 8  
  * TODO ...
 9  
  */
 10  0
 public enum DocumentAttributeDataType {
 11  
 
 12  0
     STRING, DATE_TIME, INTEGER, DECIMAL
 13  
 
 14  
 }