package org.kuali.rice.core.api.uif.control;
public interface SingleValued {
String getDefaultValue();
}