package org.kuali.rice.kew.api.document;
public interface DocumentVariableContract {
String getName();
String getValue();
}