package at.gv.egovernment.moa.spss.api.xmlsign; /** * Encapsulates transformation information given via an identifier. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface CreateTransformsInfoProfileID extends CreateTransformsInfoProfile { /** * Gets the ID of the transformation. * * @return The transformation profile ID. */ public String getCreateTransformsInfoProfileID(); }