package org.kuali.rice.core.api.uif.control;
import java.util.Collection;
public interface MultiValued {
Collection<String> getDefaultValues();
}