package at.gv.egovernment.moa.spss.api.xmlverify; import java.util.List; /** * Contains transformation parameters which are locally available. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface ReferenceInfo { /** * Gets the transformation info. * * @return The transformation info. */ public List getVerifyTransformsInfoProfiles(); }