Coverage Report - org.kuali.rice.kew.api.document.DocumentVariableContract
 
Classes in this File Line Coverage Branch Coverage Complexity
DocumentVariableContract
N/A
N/A
1
 
 1  
 package org.kuali.rice.kew.api.document;
 2  
 
 3  
 public interface DocumentVariableContract {
 4  
 
 5  
         String getName();
 6  
         
 7  
         String getValue();
 8  
         
 9  
 }